70%
This commit is contained in:
@@ -54,6 +54,11 @@ public class TPE {
|
||||
@Column(nullable = false)
|
||||
private StatutTPE statut = StatutTPE.DISPONIBLE;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "agent_id")
|
||||
private Agent agent;
|
||||
|
||||
|
||||
@Column(nullable = false)
|
||||
private boolean assigne = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user