fix command

This commit is contained in:
AdisakKanthawilang 2025-04-01 13:37:32 +07:00
parent 8cf13b8690
commit 68e0fb1e5a

View file

@ -305,7 +305,7 @@ export class CreateProfileSalary {
positionLevel: string | null;
positionLine?: string | null;
positionPathSide?: string | null;
positionExecutive: string | null;
positionExecutive?: string | null;
amount?: Double | null;
amountSpecial?: Double | null;
positionSalaryAmount?: Double | null;
@ -338,7 +338,7 @@ export class CreateProfileSalaryEmployee {
positionLevel: string | null;
positionLine?: string | null;
positionPathSide?: string | null;
positionExecutive: string | null;
positionExecutive?: string | null;
amount?: Double | null;
amountSpecial?: Double | null;
positionSalaryAmount?: Double | null;
@ -370,7 +370,7 @@ export class UpdateProfileSalaryEmployee {
positionLevel: string | null;
positionLine?: string | null;
positionPathSide?: string | null;
positionExecutive: string | null;
positionExecutive?: string | null;
amount?: Double | null;
amountSpecial?: Double | null;
positionSalaryAmount?: Double | null;
@ -402,7 +402,7 @@ export type UpdateProfileSalary = {
positionLevel: string | null;
positionLine?: string | null;
positionPathSide?: string | null;
positionExecutive: string | null;
positionExecutive?: string | null;
amount?: Double | null;
amountSpecial?: Double | null;
positionSalaryAmount?: Double | null;