From d32bc8f5fa5cd1a9ef293614124420b17acdaa5f Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Thu, 23 Sep 2021 15:21:08 +0800 Subject: [PATCH] screen-api 增加小时和五分钟跨表查询 --- screen-common/src/main/java/com/moral/constant/Constants.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java index fc89082..1d6250d 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -207,7 +207,17 @@ /* * ������������������������ * */ - public static final String SENSOR_CODE_SPECIAL_BATCH = "a00000"; + public static final String SENSOR_CODE_SPECIAL_BATCH = "PORRST"; + /* + * ������������������������������ + * */ + public static final String SPECIAL_DEVICE_CRUISER = "0"; + /* + * ������������������������������ + * */ + public static final String SPECIAL_DEVICE_UAV = "1"; + + } -- Gitblit v1.8.0