From bdfebb42f054802d6bc50b005a16ab4b03456d0c Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Thu, 02 Sep 2021 10:28:57 +0800 Subject: [PATCH] screen-api 取消输出日志 --- screen-common/src/main/java/com/moral/constant/Constants.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 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..9222de0 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -209,5 +209,14 @@ * */ public static final String SENSOR_CODE_SPECIAL_BATCH = "a00000"; + /* + * ������������������������������ + * */ + public static final String SPECIAL_DEVICE_CAR = "0"; + /* + * ������������������������������ + * */ + public static final String SPECIAL_DEVICE_UAV = "1"; + } -- Gitblit v1.8.0