|
@@ -163,6 +163,7 @@ type TimeSectionReq struct {
|
|
|
// TimeSectionSeriesItemReq 系列的请求
|
|
|
type TimeSectionSeriesItemReq struct {
|
|
|
Name string `description:"系列名"`
|
|
|
+ NameEn string `description:"系列名(英文)"`
|
|
|
Color string `description:"颜色"`
|
|
|
EdbInfoList []TimeSectionEdbItemReq
|
|
|
ShowTrendLine bool `description:"是否展示趋势线"`
|
|
@@ -205,6 +206,7 @@ type TimeSectionInfoResp struct {
|
|
|
// TimeSectionSeriesItemResp 系列的返回
|
|
|
type TimeSectionSeriesItemResp struct {
|
|
|
Name string `description:"系列名"`
|
|
|
+ NameEn string `description:"系列名(英文)"`
|
|
|
Color string `description:"颜色"`
|
|
|
EdbInfoList []TimeSectionEdbItemResp
|
|
|
ShowTrendLine bool `description:"是否展示趋势线"`
|