mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-01 12:16:37 +08:00
refactor: dbm
This commit is contained in:
@@ -11,7 +11,7 @@ type roleResourceRepoImpl struct {
|
||||
}
|
||||
|
||||
func newRoleResourceRepo() repository.RoleResource {
|
||||
return &roleResourceRepoImpl{base.RepoImpl[*entity.RoleResource]{M: new(entity.RoleResource)}}
|
||||
return &roleResourceRepoImpl{}
|
||||
}
|
||||
|
||||
// 获取角色拥有的资源id数组
|
||||
|
||||
Reference in New Issue
Block a user