소스 검색

feat(types): 清单指标库新增属性

zhangweicheng 4 년 전
부모
커밋
a12b952b23
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      types/src/interface/bill.ts

+ 6 - 0
types/src/interface/bill.ts

@@ -1,3 +1,4 @@
+import { FileType } from './project';
 import { IElfItem } from './billGuide';
 import { IElfItem } from './billGuide';
 import { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
 import { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
 import { IQuantityDetail } from './quantityDetail';
 import { IQuantityDetail } from './quantityDetail';
@@ -280,6 +281,11 @@ export interface IBillIndex {
   rations: IBillIndexRation[];
   rations: IBillIndexRation[];
   minUnitPrice?: string;
   minUnitPrice?: string;
   maxUnitPrice?: string;
   maxUnitPrice?: string;
+  projLocation: string; // 工程所在地
+  year: string; // 信息价年
+  month: string; // 信息价月
+  fileType: FileType; // 文件类型
+  indexTypes: string[]; // 项目分类或者说功能分类
 }
 }
 
 
 export enum LibType {
 export enum LibType {