From 95f9ea7eb339c36cade6c67d0385c49ec2d81477 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Wed, 14 Apr 2021 19:39:45 +0800 Subject: [PATCH] Merge branch 'score_shop' into api_score_meger --- zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShareQrcord.java | 69 +--------------------------------- 1 files changed, 3 insertions(+), 66 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShareQrcord.java b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShareQrcord.java index 84e645b..0fdbf69 100644 --- a/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShareQrcord.java +++ b/zq-erp/src/main/java/com/matrix/system/shopXcx/bean/ShopShareQrcord.java @@ -1,10 +1,12 @@ package com.matrix.system.shopXcx.bean; import com.matrix.system.common.bean.EntityDTOExt; +import lombok.Data; /** * 分享二维码 */ +@Data public class ShopShareQrcord extends EntityDTOExt { @@ -23,7 +25,7 @@ /** * 用户ID */ - private String userId; + private Long userId; /** @@ -55,69 +57,4 @@ */ private Long shopId; - public Long getShopId() { - return shopId; - } - - public void setShopId(Long shopId) { - this.shopId = shopId; - } - - - - public String getId() { - return id; - } - - public void setId(String id) { - this.id = id; - } - - public Integer getProductId() { - return productId; - } - - public void setProductId(Integer productId) { - this.productId = productId; - } - - public String getUserId() { - return userId; - } - - public void setUserId(String userId) { - this.userId = userId; - } - - public Integer getStatus() { - return status; - } - - public void setStatus(Integer status) { - this.status = status; - } - - public Integer getVisitorCount() { - return visitorCount; - } - - public void setVisitorCount(Integer visitorCount) { - this.visitorCount = visitorCount; - } - - public String getRemark() { - return remark; - } - - public void setRemark(String remark) { - this.remark = remark; - } - - public String getQrcodeUrl() { - return qrcodeUrl; - } - - public void setQrcodeUrl(String qrcodeUrl) { - this.qrcodeUrl = qrcodeUrl; - } } -- Gitblit v1.9.1