Browse Source

回库程序

BigLawn 5 days ago
parent
commit
3020e9922a
1 changed files with 2 additions and 0 deletions
  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_DATA_TYPE = 'iot_data_type', // IOT 数据类型
   IOT_UNIT_TYPE = 'iot_unit_type', // IOT 单位类型
   IOT_UNIT_TYPE = 'iot_unit_type', // IOT 单位类型
   IOT_RW_TYPE = 'iot_rw_type' // IOT 读写类型
   IOT_RW_TYPE = 'iot_rw_type' // IOT 读写类型
+
+
 }
 }