|
@@ -22,7 +22,7 @@ export class IndividualEntity extends BaseEntity {
|
|
@Column({ comment: '地址' })
|
|
@Column({ comment: '地址' })
|
|
address_line!: string;
|
|
address_line!: string;
|
|
|
|
|
|
- @Column({ comment: '邮编' })
|
|
|
|
|
|
+ @Column({ comment: '邮编', default: '' })
|
|
post_code!: string;
|
|
post_code!: string;
|
|
|
|
|
|
@Column({ comment: '邮箱' })
|
|
@Column({ comment: '邮箱' })
|