|
@@ -739,6 +739,10 @@ type YData struct {
|
|
|
M []int `description:"对应开始日期的间隔值" json:"-"`
|
|
|
Unit string `description:"中文单位名称"`
|
|
|
UnitEn string `description:"英文单位名称"`
|
|
|
+ SeriesEdb struct {
|
|
|
+ SeriesId int `description:"因子指标系列ID"`
|
|
|
+ EdbInfoId int `description:"指标ID"`
|
|
|
+ } `description:"对应的系列指标"`
|
|
|
}
|
|
|
|
|
|
func ModifyChartInfoAndMapping(edbInfoIdStr string, req *SaveChartInfoReq, chartType int) (err error) {
|