Procházet zdrojové kódy

feat(types): 部署问题

zhangweicheng před 3 roky
rodič
revize
2f1f79370a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }