div #55

Merged
longbot merged 3 commits from zhuotianyuan/API:div into stable 2026-01-21 12:06:30 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 00b6ca828e - Show all commits

View File

@ -21,6 +21,7 @@ export class ShipmentBookDTO {
orderIds?: number[]; orderIds?: number[];
@ApiProperty() @ApiProperty()
@Rule(RuleType.string())
shipmentPlatform: string; shipmentPlatform: string;
} }