fix issue -> consolidation

This commit is contained in:
Marshal
2026-08-24 12:24:23 +00:00
parent 979f024869
commit 2a107e8ba3
20 changed files with 475 additions and 39 deletions

View File

@@ -27,11 +27,15 @@ export class PriceLineItemDto {
currency!: string;
}
/** One physical container over its per-container VGM limit. */
export class OverweightLineDto {
@ApiProperty()
containerTypeCode!: string;
@ApiProperty()
@ApiProperty({ description: 'Container number, or "<code> #2" when unnumbered' })
containerLabel!: string;
@ApiProperty({ description: "This container's VGM in tons" })
totalVgmTons!: number;
@ApiProperty()