소스 검색

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

zhangweicheng 3 년 전
부모
커밋
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 { IElfItem } from './billGuide';
 import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
@@ -274,6 +274,8 @@ export interface IIndexComponent extends IComponent {
 }
 
 export interface IBillIndexGlj {
+  ID: string;
+  type: GljType;
   code: string;
   name: string;
   specs: string;