no message

This commit is contained in:
kittapath 2024-11-12 13:38:07 +07:00
parent d3f65bd4c8
commit 5f947d4924
2 changed files with 5 additions and 5 deletions

View file

@ -120,9 +120,9 @@ export class CreateProfileLeave {
dateLeaveStart: Date | null;
dateLeaveEnd: Date | null;
leaveDays: number | null;
leaveCount: number | null;
totalLeave: number | null;
status: string | null;
leaveCount?: number | null;
totalLeave?: number | null;
status?: string | null;
reason: string | null;
}