forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-10 b60ecf40efa981d8731497d6eeb9b8b3005ecf1d
dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/AuditBaseConsts.java
@@ -11,10 +11,11 @@
public class AuditBaseConsts {
    /**
     * 通用审核状态,0:未审核,1:已审核
     * 通用审核状态,0:未审核,1:已审核,2:异常结束
     */
    public static final int AUDIT_STATUS_0 = 0;
    public static final int AUDIT_STATUS_1 = 1;
    public static final int AUDIT_STATUS_2 = 2;
}
/**
 * -------------------_ooOoo_-------------------