add fields amountSpecial
This commit is contained in:
parent
2c60dd7a6c
commit
27409a892f
4 changed files with 62 additions and 26 deletions
|
|
@ -192,6 +192,7 @@ export class CreateProfileSalary {
|
|||
profileId: string;
|
||||
date?: Date | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
positionSalaryAmount?: Double | null;
|
||||
mouthSalaryAmount?: Double | null;
|
||||
posNo: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue