cloudroam
2024-09-30 6b41da75b7e964a03a7528fdcf36533cb363c1f7
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;
}