Fixed issue hub assigned application pagination
This commit is contained in:
@@ -64,4 +64,7 @@ public class AssignedApplicationsView{
|
||||
@Convert(converter = EmailSendResponseConverter.class)
|
||||
@Column(name = "EMAIL_SEND_RESPONSE", columnDefinition = "TEXT")
|
||||
private List<EmailSendResponse> emailSendResponse;
|
||||
|
||||
@Column(name = "HUB_ID")
|
||||
private Long hubId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user