Documentation
¶
Overview ¶
Code generated by "daox.gen"; DO NOT EDIT.
Code generated by "daox.gen"; DO NOT EDIT.
Code generated by "daox.gen"; DO NOT EDIT.
Code generated by "daox.gen"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysConfig ¶
type SysConfig struct {
ID int64 `json:"id"` // -
Scope string `json:"scope"` // 范围
Key string `json:"key"` // 配置键
Value string `json:"value"` // 配置值
Status string `json:"status"` // 配置状态
Remark string `json:"remark"` // 备注
Utime time.Time `json:"utime"` // 更新时间
Ctime time.Time `json:"ctime"` // 创建时间
}
SysConfig 系统配置
type SysDict ¶
type SysDict struct {
ID int64 `json:"id"` // -
Group string `json:"group"` // 分组
GroupName string `json:"group_name"` // 分组名称
Value string `json:"value"` // 数据值
Label string `json:"label"` // 显示标签
Status string `json:"status"` // 数据状态
Remark string `json:"remark"` // 备注
Utime time.Time `json:"utime"` // 更新时间
Ctime time.Time `json:"ctime"` // 创建时间
}
SysDict 系统字典表
type SysMenu ¶
type SysMenu struct {
ID int64 `json:"id"` // -
ParentID int64 `json:"parent_id"` // 父级ID
Name string `json:"name"` // 菜单名称
Icon string `json:"icon"` // 图标
Path string `json:"path"` // 菜单路径
Redirect string `json:"redirect"` // 重定向地址
SchemaAPI string `json:"schema_api"` // schema json url 地址
SortNo int32 `json:"sort_no"` // 排序序号
Visible int32 `json:"visible"` // 是否显示
IsSys int32 `json:"is_sys"` // 是否是系统菜单
Status string `json:"status"` // 状态
Remark string `json:"remark"` // 备注
Utime time.Time `json:"utime"` // 更新时间
Ctime time.Time `json:"ctime"` // 创建时间
}
SysMenu 系统菜单表
type SysUser ¶
type SysUser struct {
ID int64 `json:"id"` // -
Username string `json:"username"` // 用户名
Pwd string `json:"pwd"` // 密码
Salt string `json:"salt"` // 密码盐
Email string `json:"email"` // 邮箱
Nickname string `json:"nickname"` // 昵称
Avatar string `json:"avatar"` // 头像
Phone string `json:"phone"` // 手机号
Status string `json:"status"` // 用户状态
Remark string `json:"remark"` // 备注
Utime time.Time `json:"utime"` // 更新时间
Ctime time.Time `json:"ctime"` // 创建时间
}
SysUser 用户信息表
Click to show internal directories.
Click to hide internal directories.