From 8244adbb31a684de274a7b11a2e5293eb6dea46d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 25 九月 2024 14:24:53 +0800 Subject: [PATCH] 工单号生成修改 --- ycl-common/src/main/java/constant/CheckConstants.java | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/ycl-common/src/main/java/constant/CheckConstants.java b/ycl-common/src/main/java/constant/CheckConstants.java index c0a5099..ff9e13a 100644 --- a/ycl-common/src/main/java/constant/CheckConstants.java +++ b/ycl-common/src/main/java/constant/CheckConstants.java @@ -4,16 +4,39 @@ * 鑰冩牳甯搁噺 */ public class CheckConstants { - //杞﹁締瑙勫垯 - public static final Short Rule_Category_Car = 1; - //浜鸿劯瑙勫垯 - public static final Short Rule_Category_Face = 2; //瑙嗛瑙勫垯 - public static final Short Rule_Category_Video = 0; + public static final Short Rule_Category_Video = 1; + //杞﹁締瑙勫垯 + public static final Short Rule_Category_Car = 2; + //浜鸿劯瑙勫垯 + public static final Short Rule_Category_Face = 3; + + //鐪佸巺 + 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"; + //涔� + public static final String Multiply = "*"; + //闄� + public static final String Divided = "/"; 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