Просмотр исходного кода

feat(types): 指标中添加工料机类型

zhangweicheng 3 лет назад
Родитель
Сommit
89c5bea2fe
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      types/src/interface/bill.ts

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

@@ -1,4 +1,4 @@
-import { IComponent } from './glj';
+import { GljType, IComponent } from './glj';
 import { FileType, ProjectType } from './project';
 import { FileType, ProjectType } from './project';
 import { IElfItem } from './billGuide';
 import { IElfItem } from './billGuide';
 import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
 import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
@@ -274,6 +274,8 @@ export interface IIndexComponent extends IComponent {
 }
 }
 
 
 export interface IBillIndexGlj {
 export interface IBillIndexGlj {
+  ID: string;
+  type: GljType;
   code: string;
   code: string;
   name: string;
   name: string;
   specs: string;
   specs: string;