add fields amountSpecial

This commit is contained in:
Bright 2024-12-06 18:43:07 +07:00
parent 2c60dd7a6c
commit 27409a892f
4 changed files with 62 additions and 26 deletions

View file

@ -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 = {

View file

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