浏览代码

chore(types): 更新类型

wangcong 3 周之前
父节点
当前提交
371407ee78
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;