forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-29 99d3b2ce36bc6a8ad0a7e2800c4690dd2148a18d
dyh-service/dyh-base/src/main/java/cn/huge/module/constant/BaseConsts.java
@@ -18,7 +18,7 @@
    public static final int LEVEL_2 = 2;
    /**
     * 状态,0:已删除,1:未删除
     * 状态,0:未删除,1:已删除
     */
    public static final int DELETE_STATUS_0 = 0;
    public static final int DELETE_STATUS_1 = 1;