checkpoint

This commit is contained in:
AdisakKanthawilang 2024-03-14 14:18:36 +07:00
parent 83406751c7
commit d0319fd024

View file

@ -383,64 +383,64 @@ export class UpdateProfileSalary {
// isActive: boolean; // isActive: boolean;
// @Column() // @Column()
// salaryClass: string | null; // salaryClass: string;
// @Column() // @Column()
// salaryRef: string | null; // salaryRef: string;
// @Column("uuid") // @Column("uuid")
// posNoId: string | null; // posNoId: string;
// @Column("uuid") // @Column("uuid")
// positionId: string | null; // positionId: string;
// @Column("uuid") // @Column("uuid")
// ocId: string | null; // ocId: string;
// @Column("uuid") // @Column("uuid")
// positionExecutiveId : string | null; // positionExecutiveId : string;
// @Column("uuid") // @Column("uuid")
// positionExecutiveSideId : string | null; // positionExecutiveSideId : string;
// @Column("uuid") // @Column("uuid")
// positionLevelId : string | null; // positionLevelId : string;
// @Column("uuid") // @Column("uuid")
// positionLineId : string | null; // positionLineId : string;
// @Column("uuid") // @Column("uuid")
// positionPathSideId : string | null; // positionPathSideId : string;
// @Column("uuid") // @Column("uuid")
// positionTypeId : string | null; // positionTypeId : string;
// @Column("uuid") // @Column("uuid")
// organizationShortNameId : string | null; // organizationShortNameId : string;
// @Column("uuid") // @Column("uuid")
// positionEmployeeGroupId : string | null; // positionEmployeeGroupId : string;
// @Column("uuid") // @Column("uuid")
// positionEmployeeLevelId : string | null; // positionEmployeeLevelId : string;
// @Column("uuid") // @Column("uuid")
// positionEmployeePositionId : string | null; // positionEmployeePositionId : string;
// @Column("uuid") // @Column("uuid")
// positionEmployeePositionSideId : string | null; // positionEmployeePositionSideId : string;
// @Column() // @Column()
// posNoEmployee : string | null; // posNoEmployee : string;
// @Column() // @Column()
// refCommandDate: Date | null; // refCommandDate: Date;
// @Column() // @Column()
// refCommandNo: string | null; // refCommandNo: string;
// @Column() // @Column()
// order: number | null; // order: number;
// @Column() // @Column()
// commandNo: string; // commandNo: string;
@ -449,5 +449,5 @@ export class UpdateProfileSalary {
// commandTypeName: string; // commandTypeName: string;
// @Column() // @Column()
// salaryStatus: string | null; // salaryStatus: string;
} }