cloudroam
2024-12-09 61b4b44cf4b60334eb9c3c17d13c01342b4f34cf
src/main/java/com/mzl/flower/dto/request/flower/FlowerUpdateAdminDTO.java
@@ -13,6 +13,9 @@
    @ApiModelProperty(value = "销量")
    private Integer sales;
    @ApiModelProperty(value = "限购数量")
    private Integer limited;
    @ApiModelProperty(value = "商品参数")
    private List<ParamDTO> params;
}