Retrieve the tunnel flights
Show the list of tunnel flights
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { DropZoneResp } from './dropzone';
|
||||
|
||||
export class TunnelFlightReq {
|
||||
constructor(data: any) {
|
||||
Object.assign(this, data);
|
||||
@@ -30,7 +32,7 @@ export class TunnelFlight {
|
||||
}
|
||||
|
||||
public id: number;
|
||||
public tunnelId: number;
|
||||
public tunnel: DropZoneResp;
|
||||
public nbMinutes: number;
|
||||
public notes: string;
|
||||
public flightDate: Date;
|
||||
|
||||
Reference in New Issue
Block a user