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