mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: 系统模块角色分配相关优化
This commit is contained in:
@@ -17,6 +17,7 @@ type RoleForm struct {
|
||||
|
||||
// 账号分配角色表单
|
||||
type AccountRoleForm struct {
|
||||
Id uint64 `json:"id" binding:"required"`
|
||||
RoleIds string `json:"roleIds"`
|
||||
Id uint64 `json:"id" binding:"required"`
|
||||
RoleId uint64 `json:"roleId" binding:"required"`
|
||||
RelateType int `json:"relateType" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user