From 9a26c32ae08978ab3dbd3b5e1ddb76aa22e47d50 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Fri, 10 Oct 2025 16:11:47 +0800 Subject: [PATCH] =?UTF-8?q?20251010-zty-=E5=88=A0=E9=99=A4=E5=AE=9E?= =?UTF-8?q?=E4=BD=93=E6=89=8B=E6=9C=BA=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entity/order.entity.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/entity/order.entity.ts b/src/entity/order.entity.ts index 0eef3fc..17b7fbe 100644 --- a/src/entity/order.entity.ts +++ b/src/entity/order.entity.ts @@ -126,12 +126,6 @@ export class Order { @Expose() customer_email: string; - @ApiProperty() - @Column({ default: '' }) - @Expose() - billing_phone: string; - - @ApiProperty() @Column({ default: '' }) @Expose()