Code for ticket GEPAFINBE-226
This commit is contained in:
@@ -62,4 +62,11 @@ public class ApplicationAmendmentRequestEntity extends BaseEntity {
|
||||
@Convert(converter = EmailSendResponseConverter.class)
|
||||
@Column(name = "EMAIL_SEND_RESPONSE", columnDefinition = "TEXT")
|
||||
private List<EmailSendResponse> emailSendResponse;
|
||||
|
||||
@Column(name = "EXTENDED_DAYS")
|
||||
private Long extendedDays;
|
||||
|
||||
@Column(name = "EXTENSION_DATE")
|
||||
private LocalDateTime extensionDate;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user