瀏覽代碼

feat(types): 修改查询选项

zhangweicheng 3 年之前
父節點
當前提交
90f84d219e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/bill.ts

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

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