Fix: 修复订单列表显示bug #23
|
|
@ -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