luqingyang
2023-10-25 70a1960b6aa3beafb69e3cae89940921692b7d25
consum-base/src/main/java/com/consum/base/Constants.java
@@ -48,9 +48,9 @@
    public static final Integer LEVELS_TWO = 2;
    public static final Integer LEVELS_THREE = 3;
    //物品分类STATES 1=正常;2=禁用;3=已删除
    public static final Integer CATEGORY_ENABLE = 1;
    public static final Integer CATEGORY_DISABLE = 2;
    public static final Integer CATEGORY_DELETED = 3;
    //STATES 1=正常;2=禁用;3=已删除
    public static final Integer STATES_ENABLE = 1;
    public static final Integer STATES_DISABLE = 2;
    public static final Integer STATES_DELETED = 3;
}