Explorar o código

feat(types): 修改查询选项

zhangweicheng %!s(int64=4) %!d(string=hai) anos
pai
achega
90f84d219e
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

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