|
@@ -45,6 +45,7 @@ type EdbInfo struct {
|
|
LatestValue float64 `description:"数据最新值"`
|
|
LatestValue float64 `description:"数据最新值"`
|
|
ChartImage string `description:"图表图片"`
|
|
ChartImage string `description:"图表图片"`
|
|
Calendar string `description:"公历/农历"`
|
|
Calendar string `description:"公历/农历"`
|
|
|
|
+ DateType string `orm:"column(date_type);size(255);null;default(交易日)"`
|
|
}
|
|
}
|
|
|
|
|
|
// AddEdbInfo 添加指标
|
|
// AddEdbInfo 添加指标
|