refactor: add visa report date
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
c3989768ed
commit
04765a656a
6 changed files with 31 additions and 14 deletions
|
|
@ -304,6 +304,7 @@ export type EmployeeVisaPayload = {
|
|||
remark?: string;
|
||||
workerType: string;
|
||||
number: string;
|
||||
reportDate: Date | null;
|
||||
id?: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue