Skip to content

Commit

Permalink
Update PmsProductAttributeCategoryItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 10, 2020
1 parent 17da4ba commit db6790d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.macro.mall.model.PmsProductAttribute;
import com.macro.mall.model.PmsProductAttributeCategory;
import io.swagger.annotations.ApiModelProperty;

import java.util.List;

Expand All @@ -10,6 +11,7 @@
* Created by macro on 2018/5/24.
*/
public class PmsProductAttributeCategoryItem extends PmsProductAttributeCategory {
@ApiModelProperty(value = "商品属性列表")
private List<PmsProductAttribute> productAttributeList;

public List<PmsProductAttribute> getProductAttributeList() {
Expand Down

0 comments on commit db6790d

Please sign in to comment.