From a13a93a493e7e94e28b2225c26e7e13b52d3288c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 12 Apr 2021 19:48:45 +0800 Subject: [PATCH] 20210412 tqq环境 --- zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java | 53 ++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 40 insertions(+), 13 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java index 1319298..edfde3a 100644 --- a/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java +++ b/zq-erp/src/main/java/com/matrix/system/hive/bean/SysVipLabel.java @@ -24,11 +24,6 @@ private Long id; /** - * 会员ID - */ - private Long vipId; - - /** * 标签内容 */ private String label; @@ -36,6 +31,46 @@ private Long shopId; private Long companyId; + + private Long userId; + + private Integer isAll; + + private String color; + + private String shopName; + + public String getShopName() { + return shopName; + } + + public void setShopName(String shopName) { + this.shopName = shopName; + } + + public Long getUserId() { + return userId; + } + + public void setUserId(Long userId) { + this.userId = userId; + } + + public Integer getIsAll() { + return isAll; + } + + public void setIsAll(Integer isAll) { + this.isAll = isAll; + } + + public String getColor() { + return color; + } + + public void setColor(String color) { + this.color = color; + } public Long getShopId() { return shopId; @@ -75,14 +110,6 @@ public void setId(Long id) { this.id = id; - } - - public Long getVipId() { - return vipId; - } - - public void setVipId(Long vipId) { - this.vipId = vipId; } public String getLabel() { -- Gitblit v1.9.1