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

feat(types): 修改检测类型

zhangweicheng 4 лет назад
Родитель
Сommit
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 {