fix: typo
This commit is contained in:
parent
2e9bfe5fca
commit
df811c90b3
3 changed files with 11 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ type EmployeeWorkPayload = {
|
|||
jobType?: string | null;
|
||||
workplace?: string | null;
|
||||
workPermitNo?: string | null;
|
||||
workPermitIssuDate?: Date | null;
|
||||
workPermitIssueDate?: Date | null;
|
||||
workPermitExpireDate?: Date | null;
|
||||
workEndDate?: Date | null;
|
||||
remark?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue