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_-------------------