From d97deab3520192e613e696b1e167870328874ea7 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Sun, 21 Apr 2019 18:36:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8E=BB=E9=99=A4=E7=A7=AF=E5=88=86][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:c=5Fuser=E5=88=A0=E9=99=A4=E7=A7=AF?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/domain/po/WxCUser.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java b/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java index 04471c0..8b6c302 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java @@ -157,9 +157,6 @@ public class WxCUser implements Serializable { private Date subsSubscribeTime; @io.swagger.annotations.ApiModelProperty(value="关注订阅号Scene",name="subsSubscribeScene") private String subsSubscribeScene; - /**积分**/ - @io.swagger.annotations.ApiModelProperty(value="积分",name="credit") - private Integer credit; //渠道名称 @@ -491,14 +488,6 @@ public class WxCUser implements Serializable { this.subsSubscribeScene = subsSubscribeScene; } - public Integer getCredit() { - return credit; - } - - public void setCredit(Integer credit) { - this.credit = credit; - } - public static enum Field { Id_ASC("`id` ASC"),Id_DESC("`id` DESC")