Administrator
7 days ago 1506f16162c71e8852e62ecbe2d0888548a37800
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesCategoryInfoVo.java
@@ -13,4 +13,7 @@
    @ApiModelProperty(value = "名称")
    private String name;
    @ApiModelProperty(value = "类型 1-首页查询 2-社区查询")
    private Integer type;
}