Explorar o código

feat(types): 添加 gusuanSetting

zhangweicheng %!s(int64=3) %!d(string=hai) anos
pai
achega
5383f43b34
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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; // 估算项目自动填写指标时的设置
 }
 
 // 原来的列设置太复杂了,没什么必要