瀏覽代碼

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

zhangweicheng 3 年之前
父節點
當前提交
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 { BRType, IBRBase, INumFileRef, ITreeScm } from './base';
 import { IQuantityDetail } from './quantityDetail';
@@ -280,6 +281,11 @@ export interface IBillIndex {
   rations: IBillIndexRation[];
   minUnitPrice?: string;
   maxUnitPrice?: string;
+  projLocation: string; // 工程所在地
+  year: string; // 信息价年
+  month: string; // 信息价月
+  fileType: FileType; // 文件类型
+  indexTypes: string[]; // 项目分类或者说功能分类
 }
 
 export enum LibType {