เพิ่มขั้นเงินเดือน
This commit is contained in:
parent
153d29557b
commit
297d567fad
3 changed files with 25 additions and 4 deletions
|
|
@ -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: "คำนำหน้า",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue