From c98bb582d6a313940310a5e05bc80bafe386e3a2 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Thu, 19 Aug 2021 15:25:12 +0800 Subject: [PATCH] 走航车轨迹 --- screen-common/src/main/java/com/moral/constant/Constants.java | 10 ++++++++++ 1 files changed, 10 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 a7ec5d1..fc89082 100644 --- a/screen-common/src/main/java/com/moral/constant/Constants.java +++ b/screen-common/src/main/java/com/moral/constant/Constants.java @@ -174,6 +174,16 @@ * */ public static final String SENSOR_CODE_NO2 = "a21004"; + /* + * ������ code + * */ + public static final String SENSOR_CODE_LON = "flylon"; + + /* + * ������ code + * */ + public static final String SENSOR_CODE_LAT = "flylat"; + /** * The Constant NULL_VALUE. */ -- Gitblit v1.8.0