Browse Source

Merge branch 'hotfix/predict_edb_calculate' of eta_server/eta_api into custom

xyxie 10 months ago
parent
commit
b3f392848a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/data_manage/predict_edb_info_calculate.go

+ 1 - 0
models/data_manage/predict_edb_info_calculate.go

@@ -13,6 +13,7 @@ type PredictEdbInfoCalculateSaveReq struct {
 	EmptyType        int              `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
 	MaxEmptyType     int              `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
 	EdbInfoIdArr     []EdbInfoFromTag `description:"指标信息"`
+	Extra            string           `description:"指标的额外配置"`
 }
 
 // PredictEdbInfoCalculateBatchSaveReq  预测指标比对请求(同比、同差等)