|
|
@@ -247,6 +247,7 @@ export interface IProperty {
|
|
|
fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
|
|
|
infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
|
|
|
recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
|
|
|
+ dynamicIndexDate?: { year: string; month: string }; // 动态指标使用的日期
|
|
|
saveLog?: boolean; // 记录项目编辑log
|
|
|
indexType?: string; // 指标项目分类用于指标入库
|
|
|
normLib?: string;
|