|
|
@@ -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 {
|