Administrator
2025-10-30 63c322195ff3befad6509a923eae9d9c465a87c6
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;
}