You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
1.0 KiB

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package entity
// Category is the golang structure for table category.
type Category struct {
Id int `json:"id" ` //
ParentId int `json:"parent_id" ` // 父节点
Name string `json:"name" ` // 分类名字
Union string `json:"union" ` // 关联
Sort int `json:"sort" ` // 排序
Status int `json:"status" ` // 状态
SeoTitle string `json:"seo_title" ` //
SeoKey string `json:"seo_key" ` //
SeoDes string `json:"seo_des" ` //
TplIndex string `json:"tpl_index" ` // Index
TplList string `json:"tpl_list" ` // List
TplDetail string `json:"tpl_detail" ` // Detail
TplDown string `json:"tpl_down" ` // Down
TplPlay string `json:"tpl_play" ` // player
Extend string `json:"extend" ` // 扩展属性 集合
}