Administrator
2026-02-03 c9b15262366bd1f9f5a995c265c5b7aa1165e7bf
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;
}