เพิ่มขั้นเงินเดือน

This commit is contained in:
Kittapath 2024-03-18 13:50:53 +07:00
parent 153d29557b
commit 297d567fad
3 changed files with 25 additions and 4 deletions

View file

@ -10,6 +10,14 @@ export class SalaryProfileEmployee extends EntityBase {
})
salaryOrgId: string;
@Column({
type: "double",
nullable: true,
comment: "ขั้นเงินเดือน",
default: null,
})
salaryLevel: number | null;
@Column({
nullable: true,
comment: "คำนำหน้า",