package response import ( "eta/eta_mobile/models/sandbox" "github.com/rdlucklib/rdluck_tools/paging" ) // SandboxListResp 沙盘列表返回数据 type SandboxListResp struct { Paging *paging.PagingItem List []*sandbox.SandboxListItem }