From 2f701e2189b7cf22b3dd720b02952650ebed1919 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Thu, 02 Sep 2021 10:24:01 +0800 Subject: [PATCH] screen-api 修改logback --- 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