浏览代码

Update PmsProductCategoryWithChildrenItem.java

macro 5 年之前
父节点
当前提交
a345b6e3e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mall-admin/src/main/java/com/macro/mall/dto/PmsProductCategoryWithChildrenItem.java

+ 2 - 0
mall-admin/src/main/java/com/macro/mall/dto/PmsProductCategoryWithChildrenItem.java

@@ -1,6 +1,7 @@
 package com.macro.mall.dto;
 
 import com.macro.mall.model.PmsProductCategory;
+import io.swagger.annotations.ApiModelProperty;
 
 import java.util.List;
 
@@ -8,6 +9,7 @@ import java.util.List;
  * Created by macro on 2018/5/25.
  */
 public class PmsProductCategoryWithChildrenItem extends PmsProductCategory {
+    @ApiModelProperty("子级分类")
     private List<PmsProductCategory> children;
 
     public List<PmsProductCategory> getChildren() {