From d0319fd0241feed142610028b4db3527112e1a07 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Thu, 14 Mar 2024 14:18:36 +0700 Subject: [PATCH] checkpoint --- src/entities/ProfileSalary.ts | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/entities/ProfileSalary.ts b/src/entities/ProfileSalary.ts index 9e1b48b0..474ba39b 100644 --- a/src/entities/ProfileSalary.ts +++ b/src/entities/ProfileSalary.ts @@ -383,64 +383,64 @@ export class UpdateProfileSalary { // isActive: boolean; // @Column() - // salaryClass: string | null; + // salaryClass: string; // @Column() - // salaryRef: string | null; + // salaryRef: string; // @Column("uuid") - // posNoId: string | null; + // posNoId: string; // @Column("uuid") - // positionId: string | null; + // positionId: string; // @Column("uuid") - // ocId: string | null; + // ocId: string; // @Column("uuid") - // positionExecutiveId : string | null; + // positionExecutiveId : string; // @Column("uuid") - // positionExecutiveSideId : string | null; + // positionExecutiveSideId : string; // @Column("uuid") - // positionLevelId : string | null; + // positionLevelId : string; // @Column("uuid") - // positionLineId : string | null; + // positionLineId : string; // @Column("uuid") - // positionPathSideId : string | null; + // positionPathSideId : string; // @Column("uuid") - // positionTypeId : string | null; + // positionTypeId : string; // @Column("uuid") - // organizationShortNameId : string | null; + // organizationShortNameId : string; // @Column("uuid") - // positionEmployeeGroupId : string | null; + // positionEmployeeGroupId : string; // @Column("uuid") - // positionEmployeeLevelId : string | null; + // positionEmployeeLevelId : string; // @Column("uuid") - // positionEmployeePositionId : string | null; + // positionEmployeePositionId : string; // @Column("uuid") - // positionEmployeePositionSideId : string | null; + // positionEmployeePositionSideId : string; // @Column() - // posNoEmployee : string | null; + // posNoEmployee : string; // @Column() - // refCommandDate: Date | null; + // refCommandDate: Date; // @Column() - // refCommandNo: string | null; + // refCommandNo: string; // @Column() - // order: number | null; + // order: number; // @Column() // commandNo: string; @@ -449,5 +449,5 @@ export class UpdateProfileSalary { // commandTypeName: string; // @Column() - // salaryStatus: string | null; + // salaryStatus: string; }