no message
This commit is contained in:
parent
7d8c278710
commit
6d50bd3b2f
6 changed files with 264 additions and 0 deletions
|
|
@ -25,6 +25,13 @@ export class ProfileFamilyMotherHistory extends EntityBase {
|
|||
})
|
||||
motherLastName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
default: null,
|
||||
comment: "นามสกุลมารดาเดิม",
|
||||
})
|
||||
motherLastNameOld: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
default: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue