|
@@ -464,6 +464,8 @@ type EdbInfoList struct {
|
|
|
IsStaticData int `description:"是否是静态指标,0否,1是"`
|
|
|
MoveType int `description:"移动方式:1:领先(默认),2:滞后"`
|
|
|
MoveFrequency string `description:"移动频度"`
|
|
|
+ MinValue float64 `description:"最小值"`
|
|
|
+ MaxValue float64 `description:"最大值"`
|
|
|
}
|
|
|
|
|
|
type EdbDataInsertConfigItem struct {
|