Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop
This commit is contained in:
commit
87337727eb
1 changed files with 4 additions and 4 deletions
|
|
@ -305,7 +305,7 @@ export class CreateProfileSalary {
|
||||||
positionLevel: string | null;
|
positionLevel: string | null;
|
||||||
positionLine?: string | null;
|
positionLine?: string | null;
|
||||||
positionPathSide?: string | null;
|
positionPathSide?: string | null;
|
||||||
positionExecutive: string | null;
|
positionExecutive?: string | null;
|
||||||
amount?: Double | null;
|
amount?: Double | null;
|
||||||
amountSpecial?: Double | null;
|
amountSpecial?: Double | null;
|
||||||
positionSalaryAmount?: Double | null;
|
positionSalaryAmount?: Double | null;
|
||||||
|
|
@ -338,7 +338,7 @@ export class CreateProfileSalaryEmployee {
|
||||||
positionLevel: string | null;
|
positionLevel: string | null;
|
||||||
positionLine?: string | null;
|
positionLine?: string | null;
|
||||||
positionPathSide?: string | null;
|
positionPathSide?: string | null;
|
||||||
positionExecutive: string | null;
|
positionExecutive?: string | null;
|
||||||
amount?: Double | null;
|
amount?: Double | null;
|
||||||
amountSpecial?: Double | null;
|
amountSpecial?: Double | null;
|
||||||
positionSalaryAmount?: Double | null;
|
positionSalaryAmount?: Double | null;
|
||||||
|
|
@ -370,7 +370,7 @@ export class UpdateProfileSalaryEmployee {
|
||||||
positionLevel: string | null;
|
positionLevel: string | null;
|
||||||
positionLine?: string | null;
|
positionLine?: string | null;
|
||||||
positionPathSide?: string | null;
|
positionPathSide?: string | null;
|
||||||
positionExecutive: string | null;
|
positionExecutive?: string | null;
|
||||||
amount?: Double | null;
|
amount?: Double | null;
|
||||||
amountSpecial?: Double | null;
|
amountSpecial?: Double | null;
|
||||||
positionSalaryAmount?: Double | null;
|
positionSalaryAmount?: Double | null;
|
||||||
|
|
@ -402,7 +402,7 @@ export type UpdateProfileSalary = {
|
||||||
positionLevel: string | null;
|
positionLevel: string | null;
|
||||||
positionLine?: string | null;
|
positionLine?: string | null;
|
||||||
positionPathSide?: string | null;
|
positionPathSide?: string | null;
|
||||||
positionExecutive: string | null;
|
positionExecutive?: string | null;
|
||||||
amount?: Double | null;
|
amount?: Double | null;
|
||||||
amountSpecial?: Double | null;
|
amountSpecial?: Double | null;
|
||||||
positionSalaryAmount?: Double | null;
|
positionSalaryAmount?: Double | null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue