fix
Helius
2021-09-28 a3a90777974944ac7f0c7829e270dc39d371e0e0
src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -54,4 +54,12 @@
    public static final int ACCOUNTSTATUS_Y = 1;
    public static final int ACCOUNTSTATUS_N = 2;
    @ApiModelProperty(value = "是否设置收款方式", example = "1是2否")
    private Integer hasPayment = 2;
    @ApiModelProperty(value = "是否设置交易密码", example = "1是2否")
    private Integer hasTradePwd = 2;
    @ApiModelProperty(value = "绑定手机号")
    private String bindPhone;
}