forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-25 1a3d9db44b099a12a83a026ff9e6b08e68149e1e
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_-------------------