zhangweicheng 4 лет назад
Родитель
Сommit
6878040b56
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/project.ts

+ 1 - 0
types/src/interface/project.ts

@@ -235,6 +235,7 @@ export interface IProperty {
   maxLimitPriceRate?: number; // 设置最高限价单价浮动率
   minLimitPriceRate?: number; // 设置最低限价单价浮动率
   fileKind?: string; // 导入进来的属性,平台导出需要维持这个值不变
+  period?: string; // 这个已废弃,为了不更新失败暂时保留
   infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
   recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
 }