浏览代码

feat(types): 回滚类型

zhangweicheng 4 年之前
父节点
当前提交
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; // 智能材价匹配时的选项
 }