ค้นหาคนทดลองงาน

This commit is contained in:
Kittapath 2024-02-22 15:44:40 +07:00
parent 7eef964d48
commit 6c843f649f
3 changed files with 131 additions and 0 deletions

View file

@ -101,6 +101,12 @@ export class Profile extends EntityBase {
})
keycloak: string;
@Column({
comment: "ทดลองปฏิบัติหน้าที่",
default: false,
})
isProbation: boolean;
@OneToMany(() => PosMaster, (posMaster) => posMaster.current_holder)
current_holders: PosMaster[];