|
@@ -548,6 +548,8 @@ type BatchEdbInfoCalculateBatchSaveReq struct {
|
|
|
MoveFrequency string `description:"移动频度:天/周/月/季/年"`
|
|
|
Calendar string `description:"公历/农历"`
|
|
|
Data interface{} `description:"数据"`
|
|
|
+ EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
|
|
|
+ MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
|
|
|
Extra string `description:"指标的额外配置"`
|
|
|
}
|
|
|
|