Update PmsProductAttributeCategoryItem.java
This commit is contained in:
parent
17da4ba05d
commit
db6790d92c
@ -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;
|
|||||||
* 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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user