forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-11 b6fa58652c12f0c61409cc44dfd8ad78f821b6c6
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;