package response

import "hongze/hongze_yb/logic/sandbox"

// SandboxListResp 沙盘逻辑数据反馈
type SandboxListResp struct {
	List   []sandbox.SandboxItem `json:"list"`
	Paging *PagingItem           `json:"paging"`
}