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;
}

View file

@ -194,7 +194,7 @@ export class CreateProfileSalary {
positionType: string | null;
positionLevel: string | null;
refCommandNo: string | null;
commandId: string | null;
commandId?: string | null;
// commandType?: string | null;
templateDoc: string | null;
isGovernment?: boolean | null;
@ -204,7 +204,7 @@ export class CreateProfileSalaryEmployee {
profileEmployeeId: string | null;
date?: Date | null;
amount?: Double | null;
commandId: string | null;
commandId?: string | null;
positionSalaryAmount?: Double | null;
mouthSalaryAmount?: Double | null;
posNo: string | null;