|
@@ -134,7 +134,7 @@ a.is_convert, a.convert_type, a.convert_value, a.convert_unit, a.convert_en_unit
|
|
type EdbDataList struct {
|
|
type EdbDataList struct {
|
|
EdbDataId int `json:"-" description:" 指标数据ID"`
|
|
EdbDataId int `json:"-" description:" 指标数据ID"`
|
|
EdbInfoId int `json:"-" description:"指标ID"`
|
|
EdbInfoId int `json:"-" description:"指标ID"`
|
|
- DataTime string `json:"-" description:"数据日期"`
|
|
|
|
|
|
+ DataTime string `description:"数据日期"`
|
|
DataTimestamp int64 `description:"数据日期"`
|
|
DataTimestamp int64 `description:"数据日期"`
|
|
Value float64 `description:"数据值"`
|
|
Value float64 `description:"数据值"`
|
|
}
|
|
}
|