Done ticket GEPAFINBE-234

This commit is contained in:
rajesh
2025-07-08 19:31:24 +05:30
parent e7c085b1df
commit 2a75dadba9
7 changed files with 183 additions and 0 deletions

View File

@@ -67,4 +67,7 @@ public class AssignedApplicationsView{
@Column(name = "HUB_ID")
private Long hubId;
@Column(name="ASSIGNED_USER_NAME")
private String assignedUserName;
}