|
@@ -18,6 +18,8 @@ export interface IInfoSearch {
|
|
|
period: string;
|
|
period: string;
|
|
|
keyword: string;
|
|
keyword: string;
|
|
|
classTree: boolean;
|
|
classTree: boolean;
|
|
|
|
|
+ classID?: string; // 所属分类
|
|
|
|
|
+ code?: string; // 编码
|
|
|
commonAreaID?: string; // 通用地区ID
|
|
commonAreaID?: string; // 通用地区ID
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -45,4 +47,5 @@ export interface IInfoPriceItem {
|
|
|
areaID: string; // 地区
|
|
areaID: string; // 地区
|
|
|
compilationID: string; // 费用定额
|
|
compilationID: string; // 费用定额
|
|
|
remark: string;
|
|
remark: string;
|
|
|
|
|
+ matchString?: string; // 临时变量关键词匹配时用到
|
|
|
}
|
|
}
|