Added contract object to response of assigned application pagination API
This commit is contained in:
@@ -23,6 +23,7 @@ public class AssignedApplicationViewResponse extends BaseBean {
|
||||
private String companyName;
|
||||
private String assignedUserName;
|
||||
private List<EmailSendResponse> emailSendResponse;
|
||||
private ApplicationContractResponse contract;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user