|
@@ -1553,11 +1553,6 @@ type BarChartInfoReq struct {
|
|
|
YEdbList []BarChartInfoEdbItemReq `description:"Y轴选择的指标列表"`
|
|
|
Unit string `description:"中文单位"`
|
|
|
UnitEn string `description:"英文单位"`
|
|
|
- IsConvert int `description:"是否数据转换 0不转 1转"`
|
|
|
- ConvertType int `description:"数据转换类型 1乘 2除 3对数"`
|
|
|
- ConvertValue float64 `description:"数据转换值"`
|
|
|
- ConvertUnit string `description:"数据转换单位"`
|
|
|
- ConvertEnUnit string `description:"数据转换单位"`
|
|
|
}
|
|
|
|
|
|
// BarChartInfoEdbItemReq 柱方图预览请求数据(指标相关)
|
|
@@ -1566,6 +1561,11 @@ type BarChartInfoEdbItemReq struct {
|
|
|
Name string `description:"别名"`
|
|
|
NameEn string `description:"英文别名"`
|
|
|
Source int `description:"1:ETA图库;2:商品价格"`
|
|
|
+ IsConvert int `description:"是否数据转换 0不转 1转"`
|
|
|
+ ConvertType int `description:"数据转换类型 1乘 2除 3对数"`
|
|
|
+ ConvertValue float64 `description:"数据转换值"`
|
|
|
+ ConvertUnit string `description:"数据转换单位"`
|
|
|
+ ConvertEnUnit string `description:"数据转换单位"`
|
|
|
}
|
|
|
|
|
|
// BarChartInfoDateReq 柱方图预览请求数据(日期相关)
|