refactor: add visa report date
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Frappet 2025-07-11 09:12:55 +07:00
parent c3989768ed
commit 04765a656a
6 changed files with 31 additions and 14 deletions

View file

@ -304,6 +304,7 @@ export type EmployeeVisaPayload = {
remark?: string;
workerType: string;
number: string;
reportDate: Date | null;
id?: string;
};