|
@@ -104,6 +104,8 @@ type EdbInfoCalculateEditReq struct {
|
|
|
Unit string `description:"单位"`
|
|
|
ClassifyId int `description:"分类id"`
|
|
|
CalculateFormula string `description:"计算公式"`
|
|
|
+ EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
|
|
|
+ MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
|
|
|
EdbInfoIdArr []EdbInfoFromTag `description:"指标信息"`
|
|
|
}
|
|
|
|
|
@@ -196,6 +198,8 @@ type EdbInfoCalculateBatchSaveReqByEdbLib struct {
|
|
|
MoveType int `description:"移动方式:1:领先(默认),2:滞后"`
|
|
|
MoveFrequency string `description:"移动频度:天/周/月/季/年"`
|
|
|
Calendar string `description:"公历/农历"`
|
|
|
+ EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
|
|
|
+ MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
|
|
|
}
|
|
|
|
|
|
// EdbInfoCalculateBatchEditReq 编辑计算指标的请求参数
|