migrate + fix issue #993

This commit is contained in:
Bright 2025-01-29 15:41:14 +07:00
parent 7a0ab2271d
commit 4011abe5ea
5 changed files with 142 additions and 43 deletions

View file

@ -197,11 +197,17 @@ export class ProfileEmployee extends EntityBase {
isProbation: boolean;
@Column({
comment: "เกษียณ",
comment: "พ้นราชการ",
default: false,
})
isLeave: boolean;
@Column({
comment: "เกษียณ",
default: false,
})
isRetirement: boolean;
@Column({
comment: "สถานะการใช้งาน",
default: true,