no message

This commit is contained in:
kittapath 2024-11-07 10:51:50 +07:00
parent 7d8c278710
commit 6d50bd3b2f
6 changed files with 264 additions and 0 deletions

View file

@ -25,6 +25,13 @@ export class ProfileFamilyMotherHistory extends EntityBase {
})
motherLastName: string;
@Column({
nullable: true,
default: null,
comment: "นามสกุลมารดาเดิม",
})
motherLastNameOld: string;
@Column({
nullable: true,
default: null,