// ================================================================================= // Code generated by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // GameNoticeModel is the golang structure for table game_notice_model. type GameNoticeModel struct { Id int64 `json:"id" description:""` Title string `json:"title" description:""` Content string `json:"content" description:""` NoticeType int `json:"noticeType" description:"1-弹窗公告,2-登录公告,3-维护公告;"` ModelType int `json:"modelType" description:"1-公告头,2-维护补偿"` }