10 lines
251 B
Go
10 lines
251 B
Go
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"`
|
|
}
|