Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SysSettings ¶
type SysSettings struct { orm.CommonModel Classify int `gorm:"column:classify; type:int(11)" json:"classify" form:"classify"` // 设置分类,1 配置信息,2 Ldap配置 Content json.RawMessage `gorm:"column:content; type:json" json:"content" form:"content"` // 配置内容 }
@Author : lanyulei
Click to show internal directories.
Click to hide internal directories.