Done ticket GEPAFINBE-38
This commit is contained in:
@@ -36,4 +36,7 @@ public class ApplicationEntity extends BaseEntity {
|
||||
@Column(name="IS_DELETED")
|
||||
private Boolean isDeleted;
|
||||
|
||||
@OneToOne
|
||||
@JoinColumn(name = "PROTOCOL_NUMBER")
|
||||
private ProtocolEntity protocol;
|
||||
}
|
||||
Reference in New Issue
Block a user