|
@@ -137,7 +137,8 @@ export interface ICheckOptions {
|
|
|
engineerType: string;
|
|
engineerType: string;
|
|
|
classCode?: string;
|
|
classCode?: string;
|
|
|
indexType?: string;
|
|
indexType?: string;
|
|
|
- constructionType?: string | string[]; // 建设项目类型分类
|
|
|
|
|
|
|
+ constructionIndexTypes?: string[]; // 建设项目的工程分类,查询条件用
|
|
|
|
|
+ firstSingleIndexType?: string[]; // 第一个单项工程的工程分类,查询用
|
|
|
unit?: string;
|
|
unit?: string;
|
|
|
calcType?: IndexCalcType;
|
|
calcType?: IndexCalcType;
|
|
|
}
|
|
}
|