Ver código fonte

feat(types): 区间来源查询条件类修改

zhangweicheng 3 anos atrás
pai
commit
39a71fb700
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      types/src/interface/bill.ts

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

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