เพิ่มเหตุผลเกษียณ
This commit is contained in:
parent
38871bcc80
commit
c2f71acad9
2 changed files with 23 additions and 0 deletions
|
|
@ -159,6 +159,13 @@ export class Profile extends EntityBase {
|
|||
})
|
||||
isLeave: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เหตุผลเกษียณ",
|
||||
default: null,
|
||||
})
|
||||
leaveReason: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "datetime",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue