Update PmsProductCategoryParam.java

This commit is contained in:
macro 2024-03-26 09:52:08 +08:00
parent 0cceb0404e
commit 5672156c5b

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.NotEmpty;
import java.util.List; import java.util.List;
/** /**
* 添加更新品分类的参数 * 添加更新品分类的参数
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Data @Data
@ -38,6 +38,6 @@ public class PmsProductCategoryParam {
private String keywords; private String keywords;
@ApiModelProperty("描述") @ApiModelProperty("描述")
private String description; private String description;
@ApiModelProperty("品相关筛选属性集合") @ApiModelProperty("品相关筛选属性集合")
private List<Long> productAttributeIdList; private List<Long> productAttributeIdList;
} }