cloudroam
2024-11-04 7a5095c394467dacd285009ab88ccf46efcc4732
src/main/java/com/mzl/flower/dto/request/menber/MemberDTO.java
@@ -46,4 +46,17 @@
    @NotNull
    private int downgradeValue;
    @ApiModelProperty("背景")
    @NotNull
    private String background;
    @ApiModelProperty("图片")
    @NotNull
    private String pictures;
    @ApiModelProperty(value = "会员成长值获取规则")
    @NotNull
    private String growthValueDesc;
}