Explorar el Código

feat(types): 回滚类型

zhangweicheng hace 4 años
padre
commit
6878040b56
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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; // 智能材价匹配时的选项
 }