feat: 装饰器测试

This commit is contained in:
2024-11-28 13:08:11 +08:00
parent 3b61cf42ce
commit 36c8fb6980
9 changed files with 48 additions and 9 deletions

View File

@@ -59,12 +59,7 @@ export class UserService {
gender: true,
createdAt: true,
updatedAt: true,
avatar: {
select: {
id: true,
path: true,
},
},
avatar: true,
userRole: {
select: { roleId: true },
},