fix
This commit is contained in:
parent
68299d2a07
commit
3badc39ac2
2 changed files with 11 additions and 14 deletions
|
|
@ -38,5 +38,5 @@ export class CreateDevelopmentAddress {
|
|||
@Column()
|
||||
address: string | null;
|
||||
@Column()
|
||||
provinceId: string;
|
||||
provinceId: string | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue