forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-02 5520f1f7168a9e4e3af508e6a38eea4752cbd493
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;