This commit is contained in:
menxipeng
2025-10-24 23:16:19 +08:00
parent 0d32f2d187
commit f63bd1f626
9 changed files with 270 additions and 263 deletions

View File

@@ -47,3 +47,4 @@ export async function deleteService(id: string): Promise<ServiceResponse> {
}
}

View File

@@ -10,3 +10,4 @@ export async function getUserByRoleKey(roleKey: string): Promise<UserByRoleRespo
}
}

View File

@@ -42,3 +42,4 @@ export interface UserByRoleResponse {
data: User[]
}