jinpengyong
2021-06-30 e6c6e6225bdbaaa27bcde320a79acde8239416c2
screen-common/src/main/java/com/moral/constant/Constants.java
@@ -114,7 +114,6 @@
     * */
    public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser";
    /*
     * 未校准数据表后缀
     * */
@@ -125,5 +124,20 @@
     * */
    public static final String DEVICE_STATE_OFFLINE = "4";
    /*
     * 臭氧code
     * */
    public static final String SENSOR_CODE_O3 = "a05024";
    /*
     * vocs code
     * */
    public static final String SENSOR_CODE_VOCS = "a99054";
    /*
     * 温度code
     * */
    public static final String SENSOR_CODE_TEMP = "a01001";
}