|
@@ -1786,6 +1786,7 @@ type ChartInfoLocate struct {
|
|
SeasonEndDate string `description:""`
|
|
SeasonEndDate string `description:""`
|
|
DateType int `description:""`
|
|
DateType int `description:""`
|
|
Calendar string `description:""`
|
|
Calendar string `description:""`
|
|
|
|
+ StartYear int `description:"当选择的日期类型为最近N年类型时,即date_type=20, 用start_year表示N"`
|
|
}
|
|
}
|
|
|
|
|
|
// GetChartInfoByAdminIdAndClassify 获取所有我创建的图表,用于分类展示
|
|
// GetChartInfoByAdminIdAndClassify 获取所有我创建的图表,用于分类展示
|