|
@@ -31,7 +31,7 @@ type BaseFromFenweiIndexList struct {
|
|
|
ModifyTime string
|
|
|
DataList []*BaseFromFenweiData
|
|
|
Paging *paging.PagingItem `description:"分页数据"`
|
|
|
- EdbInfoId int `json:"edb_info_id" description:"指标库主键id"`
|
|
|
+ EdbInfoId int `description:"指标库主键id"`
|
|
|
}
|
|
|
|
|
|
type FenweiSingleDataResp struct {
|
|
@@ -44,7 +44,7 @@ type FenweiSingleDataResp struct {
|
|
|
CreateTime string
|
|
|
ModifyTime string
|
|
|
Data []*FenweiSingleData
|
|
|
- EdbInfoId int `json:"edb_info_id" description:"指标库主键id"`
|
|
|
+ EdbInfoId int `description:"指标库主键id"`
|
|
|
}
|
|
|
|
|
|
type FenweiSingleData struct {
|