瀏覽代碼

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;