|
@@ -24,8 +24,8 @@ type EdbInfoResp struct {
|
|
|
UniqueCode string `json:"UniqueCode"`
|
|
|
CreateTime time.Time `json:"CreateTime"`
|
|
|
ModifyTime time.Time `json:"ModifyTime"`
|
|
|
- MinValue int `json:"MinValue"`
|
|
|
- MaxValue int `json:"MaxValue"`
|
|
|
+ MinValue float64 `json:"MinValue"`
|
|
|
+ MaxValue float64 `json:"MaxValue"`
|
|
|
CalculateFormula string `json:"CalculateFormula"`
|
|
|
EdbType int `json:"EdbType"`
|
|
|
Sort int `json:"Sort"`
|
|
@@ -37,7 +37,7 @@ type EdbInfoResp struct {
|
|
|
EdbNameEn string `json:"EdbNameEn"`
|
|
|
UnitEn string `json:"UnitEn"`
|
|
|
LatestDate string `json:"LatestDate"`
|
|
|
- LatestValue int `json:"LatestValue"`
|
|
|
+ LatestValue float64 `json:"LatestValue"`
|
|
|
ChartImage string `json:"ChartImage"`
|
|
|
Calendar string `json:"Calendar"`
|
|
|
DataDateType string `json:"DataDateType"`
|