Skip to content

Commit

Permalink
Update PmsProductCategoryWithChildrenItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 11, 2020
1 parent db6790d commit a345b6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package com.macro.mall.dto;

import com.macro.mall.model.PmsProductCategory;
import io.swagger.annotations.ApiModelProperty;

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() {
Expand Down

0 comments on commit a345b6e

Please sign in to comment.