package backResp import "github.guxuan/haibei/internal/mods/common/schema" type HomePage struct { BannerList schema.Banners `json:"bannerList"` NoticeList schema.Notices `json:"noticeList"` ActivityList schema.Notices `json:"activityList"` }