refactor: edit type visa
This commit is contained in:
parent
ddd1094f3a
commit
b4fc7c7202
1 changed files with 12 additions and 8 deletions
|
|
@ -284,16 +284,20 @@ export type NewEmployeeHistory = {
|
|||
};
|
||||
|
||||
export type EmployeeVisaPayload = {
|
||||
id?: string;
|
||||
number: string;
|
||||
type: string;
|
||||
entryCount: number;
|
||||
issueCountry: string;
|
||||
issuePlace: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
arrivalAt: string;
|
||||
arrivalTMNo: string;
|
||||
arrivalTM: string;
|
||||
mrz?: string;
|
||||
entryCount: number;
|
||||
issuePlace: string;
|
||||
issueCountry: string;
|
||||
issueDate: Date;
|
||||
type: string;
|
||||
expireDate: Date;
|
||||
remark?: string;
|
||||
workerType: string;
|
||||
number: string;
|
||||
id?: string;
|
||||
};
|
||||
|
||||
export type EmployeePassportPayload = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue