package response import ( "eta/eta_mini_bridge/models" "github.com/rdlucklib/rdluck_tools/paging" ) type ChartListResp struct { List []*models.ChartInfoView Paging *paging.PagingItem }