|
@@ -238,6 +238,7 @@ export interface IProperty {
|
|
|
fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
|
|
fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
|
|
|
infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
|
recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
|
|
|
+ saveLog?: boolean; // 记录项目编辑log
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 原来的列设置太复杂了,没什么必要
|
|
// 原来的列设置太复杂了,没什么必要
|