Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
c178c1f20c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxActivity.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxActivity.java View File

@@ -128,11 +128,11 @@ public class WxActivity extends TenantEntity {
@TableField(exist = false)
@io.swagger.annotations.ApiModelProperty(value = "报名会员姓名", name = "joinName")
private Integer joinName;
private String joinName;
@TableField(exist = false)
@io.swagger.annotations.ApiModelProperty(value = "报名会员手机号", name = "joinPhone")
private Integer joinPhone;
private String joinPhone;
@io.swagger.annotations.ApiModelProperty(value = "是否获得积分EnumYesOrNo", name = "isGainCredit")
private Integer isGainCredit;


Loading…
Cancel
Save