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
-1
View File
@@ -75,7 +75,6 @@ export type AdminRole = {
export type CreateAdminRolePayload = {
name: string
code: string
sortNo: number
remark: string
}