|
|
@@ -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 {
|