Commit db6790d9 authored by macro's avatar macro
Browse files

Update PmsProductAttributeCategoryItem.java

parent 17da4ba0
...@@ -2,6 +2,7 @@ package com.macro.mall.dto; ...@@ -2,6 +2,7 @@ package com.macro.mall.dto;
import com.macro.mall.model.PmsProductAttribute; import com.macro.mall.model.PmsProductAttribute;
import com.macro.mall.model.PmsProductAttributeCategory; import com.macro.mall.model.PmsProductAttributeCategory;
import io.swagger.annotations.ApiModelProperty;
import java.util.List; import java.util.List;
...@@ -10,6 +11,7 @@ import java.util.List; ...@@ -10,6 +11,7 @@ import java.util.List;
* Created by macro on 2018/5/24. * Created by macro on 2018/5/24.
*/ */
public class PmsProductAttributeCategoryItem extends PmsProductAttributeCategory { public class PmsProductAttributeCategoryItem extends PmsProductAttributeCategory {
@ApiModelProperty(value = "商品属性列表")
private List<PmsProductAttribute> productAttributeList; private List<PmsProductAttribute> productAttributeList;
public List<PmsProductAttribute> getProductAttributeList() { public List<PmsProductAttribute> getProductAttributeList() {
......
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