From b718daf58eec8845787de29eaeb25489ab0b6652 Mon Sep 17 00:00:00 2001
From: zhouxiantao <1026371446@qq.com>
Date: Sun, 08 Sep 2024 16:03:38 +0800
Subject: [PATCH] 小程序办件进度

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