From afa1a6cee807508a96e9c69949506e64c3fe88e2 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Wed, 4 Jun 2025 15:00:37 +0700 Subject: [PATCH] update --- src/entities/ProfileSalaryTemp.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/entities/ProfileSalaryTemp.ts b/src/entities/ProfileSalaryTemp.ts index 8be61bd1..78733865 100644 --- a/src/entities/ProfileSalaryTemp.ts +++ b/src/entities/ProfileSalaryTemp.ts @@ -346,20 +346,20 @@ export class CreateProfileSalaryTemp { } export type UpdateProfileSalaryTemp = { - type: string; + type?: string; commandCode?: string | null; commandNo?: string | null; commandYear?: number | null; commandDateAffect?: Date | null; commandDateSign?: Date | null; - posNoAbb: string | null; - posNo: string | null; - positionName: string | null; - positionType: string | null; - positionLevel: string | null; + posNoAbb?: string | null; + posNo?: string | null; + positionName?: string | null; + positionType?: string | null; + positionLevel?: string | null; positionLine?: string | null; positionPathSide?: string | null; - positionExecutive: string | null; + positionExecutive?: string | null; amount?: Double | null; amountSpecial?: Double | null; positionSalaryAmount?: Double | null; @@ -369,7 +369,7 @@ export type UpdateProfileSalaryTemp = { orgChild2?: string | null; orgChild3?: string | null; orgChild4?: string | null; - remark: string | null; + remark?: string | null; commandId?: string | null; isGovernment?: boolean | null; positionCee?: string | null;