gongzuming
2024-10-11 34a5c00c80235213fca81689636c79fbad47a5fe
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;
}