소스 검색

feat(types): 部署问题

zhangweicheng 3 년 전
부모
커밋
2f1f79370a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/bill.ts

+ 1 - 1
types/src/interface/bill.ts

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