diff --git a/src/controllers/customer-branch-controller.ts b/src/controllers/customer-branch-controller.ts index 87df4f6..3d23525 100644 --- a/src/controllers/customer-branch-controller.ts +++ b/src/controllers/customer-branch-controller.ts @@ -96,7 +96,7 @@ export type CustomerBranchUpdate = { jobDescription?: string; saleEmployee?: string; payDate?: Date; - wageDate?: number; + wageRate?: number; subDistrictId?: string | null; districtId?: string | null;