From 4dc8a15cb1f1c7b8a70fce95f3f715b472302a9c Mon Sep 17 00:00:00 2001 From: wangwh <2397901735@qq.com> Date: Fri, 06 Sep 2024 18:20:26 +0800 Subject: [PATCH] 1、联合处置相关接口 2、查询办理结果接口 3、查询档案信息接口 4、修改督办相关接口等 --- dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java index 55bb3f6..c7dc585 100644 --- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java +++ b/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_------------------- -- Gitblit v1.8.0