Browse Source

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

zhangweicheng 4 năm trước cách đây
mục cha
commit
dd07bc90ae
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;