From 00b6ca828e8b0ac275f1e2bc9f11889b3afc1df8 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Wed, 21 Jan 2026 20:04:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(dto):=20=E4=B8=BAshipmentPlatform=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E6=B7=BB=E5=8A=A0Rule=E6=A0=A1=E9=AA=8C=E8=A3=85?= =?UTF-8?q?=E9=A5=B0=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dto/logistics.dto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dto/logistics.dto.ts b/src/dto/logistics.dto.ts index a5e836d..fa57e60 100644 --- a/src/dto/logistics.dto.ts +++ b/src/dto/logistics.dto.ts @@ -21,6 +21,7 @@ export class ShipmentBookDTO { orderIds?: number[]; @ApiProperty() + @Rule(RuleType.string()) shipmentPlatform: string; }