เพิ่มผู้บังคับบัญชา
This commit is contained in:
parent
474630a7ba
commit
ad08061836
5 changed files with 110 additions and 0 deletions
|
|
@ -185,6 +185,14 @@ export class Profile extends EntityBase {
|
|||
})
|
||||
birthDate: Date;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เหตุผลกรณีวันไม่ตรงกัน",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
reasonSameDate: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เชื้อชาติ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue