Page单页模型结构提供了单页的页面渲染变量内容,通过单页的模型变量内容,您可以很好的组织单页页面,达到不同的效果!
type Page struct {
Id int32
Name string
Title string
Description string
Keywords string
Img string
Content string
Views int32
URL string
Status int8
Template string
CreatedAt time.Time
UpdatedAt time.Time
}