add dpis controller
This commit is contained in:
parent
497decefe4
commit
4852131651
74 changed files with 606 additions and 336 deletions
|
|
@ -61,7 +61,7 @@ export class ProfileFamilyCoupleHistory extends EntityBase {
|
|||
comment: "มีชีวิตคู่สมรส",
|
||||
})
|
||||
coupleLive: boolean;
|
||||
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ความสัมพันธ์",
|
||||
|
|
@ -69,7 +69,7 @@ export class ProfileFamilyCoupleHistory extends EntityBase {
|
|||
default: null,
|
||||
})
|
||||
relationship: string;
|
||||
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue