package response import ( "eta/eta_mini_api/models" "github.com/rdlucklib/rdluck_tools/paging" ) type MyReportListResp struct { List []*models.MyReport Paging *paging.PagingItem } type MyReportIsCollectResp struct { IsCollect bool }