|
@@ -94,8 +94,8 @@ type KplerSingleDataResp struct {
|
|
|
CreateTime string
|
|
|
ModifyTime string
|
|
|
EdbExist int `description:"指标库是否已添加:0-否;1-是"`
|
|
|
- Data []*KplerSingleData
|
|
|
- Pageing *paging.PagingItem `description:"分页数据"`
|
|
|
+ DataList []*KplerSingleData
|
|
|
+ Paging *paging.PagingItem `description:"分页数据"`
|
|
|
}
|
|
|
|
|
|
type KplerSingleData struct {
|