Преглед на файлове

feat(types): 修改检测类型

zhangweicheng преди 4 години
родител
ревизия
662d63973b
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      types/src/interface/bill.ts

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

@@ -1,5 +1,5 @@
 import { IComponent } from './glj';
-import { FileType } from './project';
+import { FileType, ProjectType } from './project';
 import { IElfItem } from './billGuide';
 import { BRType, IBRBase, IFees, INumFileRef, ITreeScm } from './base';
 import { ICalcItem } from './calculation';
@@ -141,6 +141,7 @@ export interface ICheckOptions {
   firstSingleIndexTypes?: string[]; // 第一个单项工程的工程分类,查询用
   unit?: string;
   calcType?: IndexCalcType;
+  type?: ProjectType; // 项目类型
 }
 
 export interface IBill extends IBRBase {