feat: add relation to employee

This commit is contained in:
Methapon2001 2024-07-08 14:39:36 +07:00
parent 3d0e6a2069
commit b9cf8d3af3

View file

@ -288,6 +288,9 @@ export class EmployeeController extends Controller {
province: true,
district: true,
subDistrict: true,
customerBranch: {
include: { customer: true },
},
createdBy: true,
updatedBy: true,
},