fix: error validate payload

This commit is contained in:
Methapon2001 2025-02-07 17:27:00 +07:00
parent 74f0f22a40
commit 556612d747
2 changed files with 2 additions and 2 deletions

View file

@ -212,7 +212,7 @@ export type EmployeeWorkCreate = {
workPermitExpireDate?: Date | null;
workPermitIssueDate?: Date | null;
workPermitNo?: string;
workPermitIssueAt?: string;
workPermitAt?: string;
identityNo?: string;
workplace?: string;
jobType?: string;