ค้นหาคนทดลองงาน
This commit is contained in:
parent
7eef964d48
commit
6c843f649f
3 changed files with 131 additions and 0 deletions
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue