feat(freight:api): added additional booking entry

This commit is contained in:
Michael Abebe
2026-06-04 17:08:41 +03:00
parent ac0076e84e
commit cd907eb263

View File

@@ -55,6 +55,15 @@ const DEMO_BOOKINGS = [
destinationCode: 'ADDIS_ABABA',
scheduledDate: '2026-06-20T08:00:00.000Z',
},
{
reference: 'BKG-CONT-007',
containerCode: '20FT',
quantity: 6,
totalWeightTons: 180,
originCode: 'DJIBOUTI',
destinationCode: 'ADDIS_ABABA',
scheduledDate: '2026-06-20T08:00:00.000Z',
},
{
reference: 'BKG-CONT-004',
containerCode: '40FT',