Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQueryBuilder ¶
func NewQueryBuilder() *menuActionQueryBuilder
Types ¶
type MenuAction ¶
type MenuAction struct {
Id int64 // 主键
MenuId int64 // 菜单栏ID
Method string // 请求方式
Api string // 请求地址
IsDeleted int32 // 是否删除 1:是 -1:否
CreatedAt time.Time `gorm:"type:time;default:'1000-01-01 00:00:00'"` // 创建时间
CreatedUser string // 创建人
UpdatedAt time.Time `gorm:"type:time;default:'1000-01-01 00:00:00'"` // 更新时间
UpdatedUser string // 更新人
}
MenuAction 功能权限表
func NewModel ¶
func NewModel() *MenuAction
Click to show internal directories.
Click to hide internal directories.