This commit is contained in:
孟帅
2025-10-25 00:35:30 +08:00
parent 5ebc33f28b
commit 7313d22cdb
168 changed files with 2349 additions and 1455 deletions

View File

@@ -11,6 +11,6 @@ import (
// AdminRoleMenu is the golang structure of table hg_admin_role_menu for DAO operations like Where/Data.
type AdminRoleMenu struct {
g.Meta `orm:"table:hg_admin_role_menu, do:true"`
RoleId interface{} // 角色ID
MenuId interface{} // 菜单ID
RoleId any // 角色ID
MenuId any // 菜单ID
}