gongzuming
2024-10-11 34a5c00c80235213fca81689636c79fbad47a5fe
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;
}