fix: type
This commit is contained in:
parent
1aea0d9133
commit
c746b2ffbe
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export type CustomerBranchUpdate = {
|
||||||
jobDescription?: string;
|
jobDescription?: string;
|
||||||
saleEmployee?: string;
|
saleEmployee?: string;
|
||||||
payDate?: Date;
|
payDate?: Date;
|
||||||
wageDate?: number;
|
wageRate?: number;
|
||||||
|
|
||||||
subDistrictId?: string | null;
|
subDistrictId?: string | null;
|
||||||
districtId?: string | null;
|
districtId?: string | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue