BigLawn 1 mese fa
parent
commit
3020e9922a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/utils/dict.ts

+ 2 - 0
src/utils/dict.ts

@@ -240,4 +240,6 @@ export enum DICT_TYPE {
   IOT_DATA_TYPE = 'iot_data_type', // IOT 数据类型
   IOT_UNIT_TYPE = 'iot_unit_type', // IOT 单位类型
   IOT_RW_TYPE = 'iot_rw_type' // IOT 读写类型
+
+
 }