feat: add visa fields
This commit is contained in:
parent
c66cf6e3a0
commit
68f425a149
3 changed files with 17 additions and 2 deletions
|
|
@ -40,8 +40,13 @@ type EmployeeVisaPayload = {
|
|||
issuePlace: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
mrz?: string;
|
||||
remark?: string;
|
||||
mrz?: string | null;
|
||||
remark?: string | null;
|
||||
|
||||
arrivalTM: string;
|
||||
arrivalTMNo: string;
|
||||
arrivalAt: string;
|
||||
workerType: string;
|
||||
};
|
||||
|
||||
@Route("api/v1/employee/{employeeId}/visa")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue