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

@@ -115,4 +115,7 @@ public class ApplicationFormView {
@Column(name = "call_start_time")
private LocalTime callStartTime;
@Column(name = "INSTRUCTOR_NAME")
private String instructorName;
}