陶杰
2024-12-31 dc885d07f9f62c60ac90dbd0c44c5fdbb0b00486
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;
}