feat: add more relation

This commit is contained in:
Methapon Metanipat 2024-10-03 14:16:12 +07:00
parent bfa95990a5
commit 8b623803e7

View file

@ -209,6 +209,7 @@ export class QuotationController extends Controller {
_count: {
select: { worker: true },
},
customerBranch: true,
worker: {
include: { employee: true },
},