From c26918d4db3d3efcea02d800b7a5922a91f2aa65 Mon Sep 17 00:00:00 2001 From: tikkhun Date: Fri, 23 Jan 2026 18:34:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(dto):=20=E5=9C=A8=20FulfillmentDTO=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E7=89=A9=E6=B5=81=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dto/site-api.dto.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dto/site-api.dto.ts b/src/dto/site-api.dto.ts index a5b2fc7..6a72809 100644 --- a/src/dto/site-api.dto.ts +++ b/src/dto/site-api.dto.ts @@ -811,7 +811,8 @@ export class FulfillmentDTO { tracking_id?: string; @ApiProperty({ description: '物流单号', required: false }) tracking_number?: string; - + @ApiProperty({ description: "物流产品代码" , required: false}) + tracking_product_code?: string; @ApiProperty({ description: '物流公司', required: false }) shipping_provider?: string;