新增获取角色详情

This commit is contained in:
2023-06-13 13:37:46 +08:00
parent 708873087f
commit e09d1f051b
6 changed files with 104 additions and 4 deletions
+4
View File
@@ -16,3 +16,7 @@ type GetRoleList struct {
type PutRoleStatus struct {
RoleStatus int `json:"role_status" form:"role_status" validate:"oneof=1 2" label:"角色状态"` // 1:正常 2:禁用)
}
// AddRole 新增角色
type AddRole struct {
}