refactor(role): remove sortNo from role creation and update related logic
This commit is contained in:
@@ -50,7 +50,6 @@ type AssignRoleRequest struct {
|
||||
type CreateRoleRequest struct {
|
||||
Name string `json:"name"`
|
||||
Code string `json:"code"`
|
||||
SortNo int `json:"sortNo"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user