|
@@ -286,6 +286,8 @@ type EdbInfoList struct {
|
|
|
IsEnEdb bool `description:"是否展示英文标识"`
|
|
|
DataInsertConfig EdbDataInsertConfigItem `description:"指标数据插入配置"`
|
|
|
DataDateType string `description:"数据日期类型,枚举值:交易日、自然日"`
|
|
|
+ EmptyType int `description:"空值处理类型(0查找前后35天,1不计算,2前值填充,3后值填充,4等于0)"`
|
|
|
+ MaxEmptyType int `description:"MAX、MIN公式空值处理类型(1、等于0;2、跳过空值)"`
|
|
|
}
|
|
|
|
|
|
type EdbDataInsertConfigItem struct {
|