From 3b0516a2959e25576e4f3fda697a3b025d06c8c9 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期二, 24 六月 2025 14:09:07 +0800 Subject: [PATCH] 每日录像可用指标添加日志,修改大屏为查看当前月平均 --- ycl-common/src/main/java/constant/CheckConstants.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ycl-common/src/main/java/constant/CheckConstants.java b/ycl-common/src/main/java/constant/CheckConstants.java index dc6ddd3..02a8d2d 100644 --- a/ycl-common/src/main/java/constant/CheckConstants.java +++ b/ycl-common/src/main/java/constant/CheckConstants.java @@ -4,6 +4,8 @@ * 鑰冩牳甯搁噺 */ public class CheckConstants { + //瑙嗛鎴栬溅杈嗘垨浜鸿劯 + public static final Short Rule_Category_Or = 0; //瑙嗛瑙勫垯 public static final Short Rule_Category_Video = 1; //杞﹁締瑙勫垯 @@ -15,6 +17,8 @@ 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 +29,18 @@ public static final String Status_Use = "0"; public static final String Status_Stop = "1"; + /** + * 杞﹁締銆佷汉鑴稿悓鏈熸姄鎷嶉噺瀛楀吀琛� + */ + public final static String DICT_LAST_SNAP = "check_last_snap"; + /** 鎶撴媿閲忔爣绛惧父閲� */ + public final static String SNAP_PROVINCE_CAR ="PROVINCE_CAR"; + public final static String SNAP_PROVINCE_FACE ="PROVINCE_FACE"; + public final static String SNAP_COUNTY_CAR ="COUNTY_CAR"; + public final static String SNAP_COUNTY_FACE ="COUNTY_FACE"; + + /** + * 2022鎶撴媿鏁拌绠楀�嶇巼 + */ + public final static String MultiplyNum = "1.2"; } -- Gitblit v1.8.0