Просмотр исходного кода

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

zhangweicheng 3 лет назад
Родитель
Сommit
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 {