refactor(role): remove sortNo from role creation and update related logic

This commit is contained in:
mlogclub
2026-04-23 14:06:10 +08:00
parent e616169c41
commit 06b9c58e55
5 changed files with 13 additions and 39 deletions
@@ -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"`
}