แก้คิวรี่เงินเดือน
This commit is contained in:
parent
d825373542
commit
965dd6fe5b
4 changed files with 109 additions and 7 deletions
|
|
@ -117,6 +117,14 @@ export class Profile extends EntityBase {
|
|||
})
|
||||
dateRetire: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "datetime",
|
||||
comment: "วันเกิด",
|
||||
default: null,
|
||||
})
|
||||
birthDate: Date;
|
||||
|
||||
@OneToMany(() => PosMaster, (posMaster) => posMaster.current_holder)
|
||||
current_holders: PosMaster[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue