mirror of
https://github.com/macrozheng/mall.git
synced 2025-06-27 04:20:01 +00:00
Update PmsProductCategoryParam.java
This commit is contained in:
parent
0cceb0404e
commit
5672156c5b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user