cloudroam
2024-11-07 37f3d16b75bb388d665c93ff0ed3945093df42bc
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;
}