zhy
2023-10-26 47e3a50f0abea3f854d42c3cb16a8e2a73e446e2
consum-base/src/main/java/com/consum/base/Constants.java
@@ -53,4 +53,9 @@
    public static final Integer STATES_DISABLE = 2;
    public static final Integer STATES_DELETED = 3;
    //is_delete 逻辑删除(0 否 1 是)
    public static final Integer IS_DELETE_NO = 0;
    public static final Integer IS_DELETE_YES = 1;
}