فهرست منبع

feat(types): 添加 gusuanSetting

zhangweicheng 3 سال پیش
والد
کامیت
5383f43b34
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      types/src/interface/project.ts

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

@@ -253,6 +253,7 @@ export interface IProperty {
   saveToIndex?: boolean; // 是否已经入库
   checkOptions?: ICheckOptions; // 指标检测的选项
   priceScope?: IPriceScope; // 价格区间
+  gusuanSetting?: ICheckOptions; // 估算项目自动填写指标时的设置
 }
 
 // 原来的列设置太复杂了,没什么必要