Explorar o código

feat(types): 部署问题

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
2f1f79370a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/bill.ts

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

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