no message
This commit is contained in:
parent
d3f65bd4c8
commit
5f947d4924
2 changed files with 5 additions and 5 deletions
|
|
@ -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