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.
 
 
 

29 lines
945 B

// =================================================================================
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
)
// Category is the golang structure of table cms_category for DAO operations like Where/Data.
type Category struct {
g.Meta `orm:"table:cms_category, do:true"`
Id interface{} //
ParentId interface{} // 父节点
Name interface{} // 分类名字
Union interface{} // 关联
Sort interface{} // 排序
Status interface{} // 状态
SeoTitle interface{} //
SeoKey interface{} //
SeoDes interface{} //
TplIndex interface{} // Index
TplList interface{} // List
TplDetail interface{} // Detail
TplDown interface{} // Down
TplPlay interface{} // player
Extend interface{} // 扩展属性 集合
}