feat: response more data

This commit is contained in:
Methapon2001 2025-01-23 14:55:43 +07:00
parent 2ba9630174
commit 75651daa52
2 changed files with 18 additions and 2 deletions

View file

@ -298,7 +298,15 @@ export class TaskController extends Controller {
request: {
include: {
employee: true,
quotation: true,
quotation: {
include: {
customerBranch: {
include: {
customer: true,
},
},
},
},
},
},
productService: {