From 3bc57d8582d3d13e7e653b0f04dd09742c3b2c15 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 23 Aug 2021 10:20:26 +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