fix: type

This commit is contained in:
Methapon2001 2024-06-10 15:24:06 +07:00
parent 1aea0d9133
commit c746b2ffbe

View file

@ -96,7 +96,7 @@ export type CustomerBranchUpdate = {
jobDescription?: string;
saleEmployee?: string;
payDate?: Date;
wageDate?: number;
wageRate?: number;
subDistrictId?: string | null;
districtId?: string | null;