| @@ -157,9 +157,6 @@ public class WxCUser implements Serializable { | |||||
| private Date subsSubscribeTime; | private Date subsSubscribeTime; | ||||
| @io.swagger.annotations.ApiModelProperty(value="关注订阅号Scene",name="subsSubscribeScene") | @io.swagger.annotations.ApiModelProperty(value="关注订阅号Scene",name="subsSubscribeScene") | ||||
| private String 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; | this.subsSubscribeScene = subsSubscribeScene; | ||||
| } | } | ||||
| public Integer getCredit() { | |||||
| return credit; | |||||
| } | |||||
| public void setCredit(Integer credit) { | |||||
| this.credit = credit; | |||||
| } | |||||
| public static enum Field | public static enum Field | ||||
| { | { | ||||
| Id_ASC("`id` ASC"),Id_DESC("`id` DESC") | Id_ASC("`id` ASC"),Id_DESC("`id` DESC") | ||||