no message
This commit is contained in:
parent
d3f65bd4c8
commit
5f947d4924
2 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue