cloudroam
2024-10-22 f2846e7b5bcdc041fcb77dfec1ca6a164ca30aa7
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;
}