ค้นหาประวัติการครองตำแหน่ง ขรก./ลูกจ้าง
This commit is contained in:
parent
8f74e3a366
commit
77e3248a3a
4 changed files with 135 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue