jinpengyong
2021-08-06 6ae790cc95cf87e40f0f1fa49ed04fb722530211
screen-common/src/main/java/com/moral/constant/Constants.java
@@ -147,7 +147,7 @@
    /*
     * 风向code
     * */
    public static final String SENSOR_CODE_WIND_DIR = "a01008";
    public static final String SENSOR_CODE_WIND_DIR = "a01007";
    /*
     * 风速code
@@ -179,7 +179,19 @@
     * */
    public static final String SENSOR_CODE_NO2= "a21004";
    /** The Constant NULL_VALUE. */
    /**
     * The Constant NULL_VALUE.
     */
    public static final String NULL_VALUE = "N/V";
    //数据有效的标记位,有效
    public static final String MARKER_BIT_TRUE = "N";
    //数据有效的标记位,有效性不足
    public static final String MARKER_BIT_FALSE = "H";
    //数据中各个传感器代表标记位的key后缀
    public static final String MARKER_BIT_KEY = "-Flag";
}