mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 04:03:44 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -11,6 +11,6 @@ import (
|
||||
// AdminMemberRole is the golang structure of table hg_admin_member_role for DAO operations like Where/Data.
|
||||
type AdminMemberRole struct {
|
||||
g.Meta `orm:"table:hg_admin_member_role, do:true"`
|
||||
MemberId interface{} // 管理员ID
|
||||
RoleId interface{} // 角色ID
|
||||
MemberId any // 管理员ID
|
||||
RoleId any // 角色ID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user