20251010-zty-删除实体手机号字段
This commit is contained in:
parent
7b4cbfd53a
commit
9a26c32ae0
|
|
@ -126,12 +126,6 @@ export class Order {
|
||||||
@Expose()
|
@Expose()
|
||||||
customer_email: string;
|
customer_email: string;
|
||||||
|
|
||||||
@ApiProperty()
|
|
||||||
@Column({ default: '' })
|
|
||||||
@Expose()
|
|
||||||
billing_phone: string;
|
|
||||||
|
|
||||||
|
|
||||||
@ApiProperty()
|
@ApiProperty()
|
||||||
@Column({ default: '' })
|
@Column({ default: '' })
|
||||||
@Expose()
|
@Expose()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue