Done ticket GEPAFINBE-233

This commit is contained in:
rajesh
2025-07-03 17:28:53 +05:30
parent b4831ce348
commit f1aadafa1a
8 changed files with 29 additions and 3 deletions

View File

@@ -99,5 +99,8 @@ public class CallEntity extends BaseEntity {
@Column(name = "APPOINTMENT_TEMPLATE_ID")
private Long appointmentTemplateId;
@Column(name = "allow_multiple_applications")
private Boolean allowMultipleApplications;
}