Browse Source

[去除积分][修改]:c_user删除积分

release
Stormeye Wu 7 years ago
parent
commit
d97deab352
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java

+ 0
- 11
mallinkService/src/main/java/com/iformall/domain/po/WxCUser.java View File

@@ -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")


Loading…
Cancel
Save