소스 검색

feat(types): 指标库添加类别组属性

zhangweicheng 4 년 전
부모
커밋
dd07bc90ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/bill.ts

+ 1 - 0
types/src/interface/bill.ts

@@ -269,6 +269,7 @@ export interface IBillIndex {
   singleID: string;
   unitID: string;
   classCode: string; // 类别别名
+  groupCode: string;
   code: string;
   name: string;
   unit: string;