陶杰
2024-12-18 84098781635f1babaa6f4507200afa10283f4a58
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;
}