Explorar el Código

chore(types): 更新类型

wangcong hace 3 semanas
padre
commit
371407ee78
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/types/index.ts

+ 1 - 0
src/types/index.ts

@@ -216,6 +216,7 @@ export interface ProtocolParamInfo {
   paramName: string;
   unit: string;
   module: string;
+  groupType: string;
   readWriteType: string;
   readWriteTypeCode: string;
   readFuncCode: string;