feat: add work field
This commit is contained in:
parent
e9710cc82a
commit
36db3059e6
2 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ type EmployeeWorkPayload = {
|
|||
workPermitNo?: string | null;
|
||||
workPermitIssueDate?: Date | null;
|
||||
workPermitExpireDate?: Date | null;
|
||||
workPermitAt?: string | null;
|
||||
};
|
||||
|
||||
@Route("api/v1/employee/{employeeId}/work")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue