Done ticket GEPAFINBE-6139
This commit is contained in:
@@ -74,4 +74,7 @@ public class ApplicationAmendmentRequestEntity extends BaseEntity {
|
||||
@Column(name = "AMENDMENT_DOCUMENT_TYPE")
|
||||
private String amendmentDocumentType;
|
||||
|
||||
@Column(name = "AMENDMENT_INITIAL_DOCUMENT")
|
||||
private String amendmentInitialDocument;
|
||||
|
||||
}
|
||||
|
||||
@@ -79,4 +79,7 @@ public class ApplicationEntity extends BaseEntity {
|
||||
@Column(name="VAT_NUMBER")
|
||||
private String vatNumber;
|
||||
|
||||
@Column(name = "EMAIL_JSON")
|
||||
private String emailJson;
|
||||
|
||||
}
|
||||
@@ -35,4 +35,9 @@ public class CommunicationEntity extends BaseEntity {
|
||||
@JoinColumn(name = "AMENDMENT_ID", referencedColumnName = "id", nullable = false)
|
||||
private ApplicationAmendmentRequestEntity applicationAmendmentRequest;
|
||||
|
||||
@Column(name = "INITIATOR_TYPE")
|
||||
private String intiatorType;
|
||||
|
||||
@Column(name = "DOCUMENTS")
|
||||
private String documents;
|
||||
}
|
||||
Reference in New Issue
Block a user