This commit is contained in:
kittapath 2025-01-28 11:16:50 +07:00
parent 03a7b45aa3
commit a27dbaf3aa
2 changed files with 27 additions and 1 deletions

View file

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