Helius
2021-04-06 30c2ee7f4e4404063f99b7d6b8d05e5d4cd51e21
zq-erp/src/main/java/com/matrix/system/app/dto/AddVipDto.java
@@ -20,7 +20,6 @@
    @ApiModelProperty(value = "头像")
    private String photo;
    @Length(max = 10)
    @ApiModelProperty(value = "会员编号")
    private String vipNo;
@@ -41,7 +40,6 @@
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_DD, timezone = "GMT+8")
    private Date birthday;
    @Length(max = 6,message = "资金密码为6位数")
    @ApiModelProperty(value = "资金密码", example = "123456")
    private String password;