From 8f83a63bc5f046e34a1a06bcf6f1a8241c7277ac Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 24 九月 2024 12:14:11 +0800
Subject: [PATCH] 增加部级考核标签

---
 ycl-common/src/main/java/constant/CheckConstants.java |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/ycl-common/src/main/java/constant/CheckConstants.java b/ycl-common/src/main/java/constant/CheckConstants.java
index b6c52e9..ff9e13a 100644
--- a/ycl-common/src/main/java/constant/CheckConstants.java
+++ b/ycl-common/src/main/java/constant/CheckConstants.java
@@ -12,9 +12,11 @@
     public static final Short Rule_Category_Face = 3;
 
     //鐪佸巺
-    public static final Short Examine_Tag_City = 0;
+    public static final Short Examine_Tag_Province = 0;
     //鍖哄幙
     public static final Short Examine_Tag_County = 1;
+    //鍏畨閮�
+    public static final Short Examine_Tag_Dept = 2;
 
     public static final String Delete = "1";
 
@@ -25,4 +27,16 @@
     public static final String Status_Use = "0";
     public static final String Status_Stop = "1";
 
+    /**
+     * 杞﹁締鍚屾湡鎶撴媿閲忓瓧鍏歌〃
+     */
+    public final static String DICT_CAR_SNAP = "check_car_snap";
+    /**
+     * 浜鸿劯鍚屾湡鎶撴媿閲忓瓧鍏歌〃
+     */
+    public final static String DICT_FACE_SNAP = "check_face_snap";
+    /**
+     * 2022鎶撴媿鏁拌绠楀�嶇巼
+     */
+    public final static String MultiplyNum = "1.2";
 }

--
Gitblit v1.8.0