forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-10-21 b1c3a007984187ccd4df2854b320fa5e82c291f5
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/consts/CaseTaskConsts.java
@@ -48,10 +48,11 @@
    public static final int HANDLE_RESULT_5 = 5;
    /**
     * 配合状态,0:配合,1:回退
     * 配合状态,0:配合,1:回退,2:承办部门回退
     */
    public static final int ASSIST_STATUS_0 = 0;
    public static final int ASSIST_STATUS_1 = 1;
    public static final int ASSIST_STATUS_2 = 2;
    /**
     * 经办类型,1:承办组织,2:配合组织