diff --git a/src/dto/logistics.dto.ts b/src/dto/logistics.dto.ts index 48841db..9d29d2d 100644 --- a/src/dto/logistics.dto.ts +++ b/src/dto/logistics.dto.ts @@ -19,16 +19,15 @@ export class ShipmentBookDTO { @ApiProperty({ type: 'number', isArray: true }) @Rule(RuleType.array().default([])) orderIds?: number[]; - + @ApiProperty() @Rule(RuleType.string()) shipmentPlatform: string; @ApiProperty() - @Rule(RuleType.string()) + @Rule(RuleType.any()) courierCompany: string; } - export class ShipmentFeeBookDTO { @ApiProperty()