forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-17 f65fc84efd8f746afe0403631c93e238fe753430
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_-------------------