Fix: 修复订单列表显示bug #23
|
|
@ -126,12 +126,6 @@ export class Order {
|
|||
@Expose()
|
||||
customer_email: string;
|
||||
|
||||
@ApiProperty()
|
||||
@Column({ default: '' })
|
||||
@Expose()
|
||||
billing_phone: string;
|
||||
|
||||
|
||||
@ApiProperty()
|
||||
@Column({ default: '' })
|
||||
@Expose()
|
||||
|
|
|
|||
Loading…
Reference in New Issue