|
@@ -1596,8 +1596,8 @@ type EdbInfoDataSeasonalResp struct {
|
|
|
|
|
|
// SetEdbDataInsertConfigReq 设置插入规则的请求
|
|
|
type SetEdbDataInsertConfigReq struct {
|
|
|
- EdbInfoId int `description:"指标ID"`
|
|
|
- Date string `description:"日期"`
|
|
|
+ EdbInfoId int `description:"指标ID"`
|
|
|
+ Date string `description:"日期"`
|
|
|
Value string `description:"值"`
|
|
|
}
|
|
|
|
|
@@ -1662,7 +1662,7 @@ type TraceEdbInfoResp struct {
|
|
|
type BeforeAndAfterDateDataResp struct {
|
|
|
List []*EdbDataList `description:"list"`
|
|
|
Date string `description:"实际日期"`
|
|
|
- ShowValue float64 `description:"展示值"`
|
|
|
+ ShowValue string `description:"展示值"`
|
|
|
}
|
|
|
|
|
|
// GetEdbInfoAdminList
|