forked from gzzfw/backEnd/gz-dyh

wangwh
2024-09-08 40b51bc4577ac5ed1e505d22403eb76b3a45e690
dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
@@ -15,6 +15,12 @@
     */
    public static final int INPUT_WAY_1 = 1;
    public static final int INPUT_WAY_2 = 2;
    /**
     * 登记方式,1:审核同意,2:审核不同意
     */
    public static final String AUDIT_RESULT_1 = "24_00004-1";
    public static final String AUDIT_RESULT_2 = "24_00004-2";
}
/**
 * -------------------_ooOoo_-------------------