mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 00:38:11 +00:00
feat(freight): added routes and locomotives
This commit is contained in:
@@ -178,13 +178,17 @@ export class DemoBookingsSeeder {
|
||||
{
|
||||
code: "LOC-001",
|
||||
name: "Demo Locomotive 1",
|
||||
locomotiveType: 'ELECTRIC',
|
||||
maxPullWeightTons: 3500,
|
||||
maxTrainLengthMeters: 760,
|
||||
status: "AVAILABLE",
|
||||
},
|
||||
{
|
||||
code: "LOC-002",
|
||||
name: "Demo Locomotive 2",
|
||||
locomotiveType: 'DIESEL',
|
||||
maxPullWeightTons: 2500,
|
||||
maxTrainLengthMeters: 760,
|
||||
status: "AVAILABLE",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user