no message
This commit is contained in:
parent
102f1f6646
commit
44b8b516eb
6 changed files with 241 additions and 21 deletions
|
|
@ -114,6 +114,14 @@ export class ProfileEmployee extends EntityBase {
|
|||
})
|
||||
prefix: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "คำนำหน้าชื่อตัวหลัก",
|
||||
length: 40,
|
||||
default: null,
|
||||
})
|
||||
prefixMain: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue