ค้นหาประวัติการครองตำแหน่ง ขรก./ลูกจ้าง

This commit is contained in:
Bright 2024-05-20 15:23:26 +07:00
parent 8f74e3a366
commit 77e3248a3a
4 changed files with 135 additions and 2 deletions

View file

@ -282,7 +282,7 @@ export class ProfileEmployee extends EntityBase {
@OneToMany(() => EmployeePosMaster, (v) => v.next_holder)
next_holders: EmployeePosMaster[];
@OneToMany(() => ProfileSalary, (v) => v.profile)
@OneToMany(() => ProfileSalary, (v) => v.profileEmployee)
profileSalarys: ProfileSalary[];
@OneToMany(() => ProfileCertificate, (v) => v.profileEmployee)