เพิ่มขั้นเงินเดือน
This commit is contained in:
parent
85ba718bbd
commit
23754e849c
4 changed files with 24 additions and 0 deletions
|
|
@ -141,6 +141,14 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
birthDate: Date;
|
||||
|
||||
@Column({
|
||||
type: "double",
|
||||
nullable: true,
|
||||
comment: "ขั้นเงินเดือน",
|
||||
default: null,
|
||||
})
|
||||
salaryLevel: number | null;
|
||||
|
||||
@OneToMany(() => EmployeePosMaster, (posMaster) => posMaster.current_holder)
|
||||
current_holders: EmployeePosMaster[];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue