From b14531e3b850fe6d2fa916ba7b88b3e2bd2ff30a Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 11 九月 2024 16:47:48 +0800 Subject: [PATCH] OSD加标签 --- ycl-common/src/main/java/constant/CheckConstants.java | 14 +++++++++++++- 1 files changed, 13 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..3b4ab05 100644 --- a/ycl-common/src/main/java/constant/CheckConstants.java +++ b/ycl-common/src/main/java/constant/CheckConstants.java @@ -12,7 +12,7 @@ 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; @@ -25,4 +25,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