cy
2023-10-25 4bc9ad39c3bb12529022f0e9e2ae24cbdd23e3d5
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;
}