|
|
|
@@ -80,7 +80,7 @@ public class MallUserInfo implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="admin用户微信登录用,可绑定多个账户",name="webOpenId") |
|
|
|
private String webOpenId; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="0 未绑定wechat,1绑定微信",name="withWechat") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="1 未绑定wechat,0 绑定微信",name="withWechat") |
|
|
|
private Integer withWechat; |
|
|
|
|
|
|
|
@Transient |
|
|
|
|