Amendment Scheduler updates

This commit is contained in:
nisha
2024-12-24 18:20:53 +05:30
parent d390165220
commit 549478b610
4 changed files with 72 additions and 12 deletions

View File

@@ -62,4 +62,7 @@ public class ApplicationEvaluationEntity extends BaseEntity{
@Column(name = "STOP_DATE_TIME")
private LocalDateTime stopDateTime;
@Column(name = "CLOSING_DATE")
private LocalDateTime closingDate;
}