소스 검색

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;