add fields amountSpecial
This commit is contained in:
parent
2c60dd7a6c
commit
27409a892f
4 changed files with 62 additions and 26 deletions
|
|
@ -786,6 +786,8 @@ export class CreateProfileAllFields {
|
|||
currentDistrictId: string | null;
|
||||
currentSubDistrictId: string | null;
|
||||
currentZipCode: string | null;
|
||||
amount?: Double | null;
|
||||
amountSpecial?: Double | null;
|
||||
}
|
||||
|
||||
export type UpdateProfile = {
|
||||
|
|
|
|||
|
|
@ -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