KKSU
2023-12-25 f61293e97bb2cb21c8f49e88b1ae5a3cbadefb6a
src/main/java/cc/mrbird/febs/mall/entity/MallGoodsCategory.java
@@ -23,5 +23,7 @@
    private String image;
    private Integer indexNum;
    // 是否是收银APP类目 1:是 否则为小程序类别
    private Integer isApp;
}