Commit d2137b96 authored by macro's avatar macro
Browse files

Update PmsProductCategoryNode.java

parent 26f4d029
package com.macro.mall.portal.domain;
import com.macro.mall.model.PmsProductCategory;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
......@@ -13,5 +14,6 @@ import java.util.List;
@Getter
@Setter
public class PmsProductCategoryNode extends PmsProductCategory {
@ApiModelProperty("子分类集合")
private List<PmsProductCategoryNode> children;
}
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