|
@@ -234,9 +234,9 @@ export interface IProperty {
|
|
|
valuationName?: string; // 计价规则名称
|
|
valuationName?: string; // 计价规则名称
|
|
|
maxLimitPriceRate?: number; // 设置最高限价单价浮动率
|
|
maxLimitPriceRate?: number; // 设置最高限价单价浮动率
|
|
|
minLimitPriceRate?: number; // 设置最低限价单价浮动率
|
|
minLimitPriceRate?: number; // 设置最低限价单价浮动率
|
|
|
- period?: string; // 信息价使用的信息价日期期数 "2021年-09月"
|
|
|
|
|
fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
|
|
fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
|
|
|
- infoPriceOption?: IInfoPriceOption; // 信息价选项
|
|
|
|
|
|
|
+ infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
|
|
|
+ recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 原来的列设置太复杂了,没什么必要
|
|
// 原来的列设置太复杂了,没什么必要
|