src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -54,4 +54,10 @@ 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; }