@@ -137,7 +137,7 @@ export interface ICheckOptions {
engineerType: string;
classCode?: string;
indexType?: string;
- constructionType: string | string[]; // 建设项目类型分类
+ constructionType?: string | string[]; // 建设项目类型分类
unit?: string;
calcType?: IndexCalcType;
}