Ver código fonte

回库程序

BigLawn 5 dias atrás
pai
commit
3020e9922a
1 arquivos alterados com 2 adições e 0 exclusões
  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 读写类型
+
+
 }