|
@@ -29,6 +29,8 @@ type PredictEdbConfDetail struct {
|
|
|
RuleType int `description:"预测规则,1:最新,2:固定值,3:同比,4:同差,5:环比,6:环差,7:N期移动均值,8:N期段线性外推值,9:动态环差"`
|
|
|
FixedValue float64 `description:"固定值"`
|
|
|
Value string `description:"配置的值"`
|
|
|
+ EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
|
|
|
+ MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
|
|
|
EndDate time.Time `description:"截止日期"`
|
|
|
ModifyTime time.Time `description:"修改时间"`
|
|
|
CreateTime time.Time `description:"添加时间"`
|