mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 15:30:56 +00:00
train
This commit is contained in:
@@ -327,6 +327,8 @@ export interface IWagonMovement extends BaseEntity {
|
||||
bookingId?: string | null;
|
||||
kind: WagonMovementKind;
|
||||
movedByUserId?: string | null;
|
||||
/** The transfer request this move fulfilled, when it came from one. */
|
||||
transferRequestId?: string | null;
|
||||
occurredAt: string;
|
||||
note?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user