Administrator
2026-02-12 ac9f19fc498970d7ac71c0e874c520c0e1d8ee32
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;
}