package response import "hongze/hongze_yb/models/tables/banner" type BannerRespItem struct { List []*banner.Banner `json:"list"` Paging *PagingItem `json:"paging"` }