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