// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gtime" ) // AdminMenu is the golang structure of table admin_menu for DAO operations like Where/Data. type AdminMenu struct { g.Meta `orm:"table:admin_menu, do:true"` Id any // ParentId any // Name any // Icon any // menu icon (iconify name) Type any // 1 menu,2 api Path any // Component any // vue component path, empty for top-level dir Permission any // Sort any // Status any // Hidden any // 0 show,1 hide in menu CreatedAt *gtime.Time // UpdatedAt *gtime.Time // DeletedAt *gtime.Time // }