refactor(role): remove sortNo from role creation and update related logic
This commit is contained in:
@@ -75,7 +75,6 @@ export type AdminRole = {
|
||||
export type CreateAdminRolePayload = {
|
||||
name: string
|
||||
code: string
|
||||
sortNo: number
|
||||
remark: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user