forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-12 34b608a3f66aa2887eff37ad87b2893b96b9b7d1
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_-------------------