Fix: 修复订单列表显示bug #23

Merged
longbot merged 2 commits from zhuotianyuan/API:main into main 2025-10-10 08:26:43 +00:00
1 changed files with 0 additions and 6 deletions
Showing only changes of commit 9a26c32ae0 - Show all commits

View File

@ -126,12 +126,6 @@ export class Order {
@Expose()
customer_email: string;
@ApiProperty()
@Column({ default: '' })
@Expose()
billing_phone: string;
@ApiProperty()
@Column({ default: '' })
@Expose()