Extend Pilot model with personal details and linked user ID fields
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
package dev.coph.flightscore.backend.pilot;
|
||||
|
||||
import dev.coph.simpleutilities.ulid.ULID;
|
||||
|
||||
public class Pilot {
|
||||
|
||||
private String firstName;
|
||||
private String lastName;
|
||||
private int number;
|
||||
private String identifier;
|
||||
private ULID linkedUserId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user