mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 02:58:11 +00:00
fix issue -> consolidation
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user