Administrator
2025-07-21 726b8cc756ddb3c8fa4f94e09db2b107529c2e5e
src/main/java/cc/mrbird/febs/mall/vo/AdminMallGoodsCategoryVo.java
@@ -13,6 +13,10 @@
    private Long parentId;
    private String image;
    private Integer isRecommend;
    private Integer indexNum;
}