test server

This commit is contained in:
2024-04-03 17:30:04 +08:00
parent f6649fe93e
commit 00336802b2
12 changed files with 199 additions and 34 deletions

View File

@@ -10,6 +10,7 @@ export async function user_getOneById(userId: string) {
select: {
id: true,
username: true,
masterUserRoleId: true,
Profile: true,
},
});