Added call name and application id in contract API response

This commit is contained in:
rajesh
2025-11-05 19:28:22 +05:30
parent 38fb338cb2
commit 2d6de7cf6d
2 changed files with 18 additions and 8 deletions

View File

@@ -27,4 +27,8 @@ public class ApplicationContractResponse {
private LocalDateTime completionDate;
private Long applicationId;
private String callName;
}