เลื่อนเงินเดือนลูกจ้าง
This commit is contained in:
parent
b54834ab9f
commit
c5721faa70
4 changed files with 25 additions and 0 deletions
|
|
@ -118,6 +118,13 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
salaryLevel: number | null;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "กลุ่มบัญชีการจ้าง",
|
||||
default: null,
|
||||
})
|
||||
group: number;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เชื้อชาติ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue