Commit 5672156c authored by macro's avatar macro
Browse files

Update PmsProductCategoryParam.java

parent 0cceb040
...@@ -10,7 +10,7 @@ import javax.validation.constraints.NotEmpty; ...@@ -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 { ...@@ -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;
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment