Updated code for appointment creation and added a column in hub for appointment template id..
This commit is contained in:
@@ -64,6 +64,9 @@ public class HubEntity extends BaseEntity{
|
||||
@Column(name = "AREA_CODE")
|
||||
private String areaCode;
|
||||
|
||||
@Column(name = "APPOINTMENT_TEMPLATE_ID")
|
||||
private Long appointmentTemplateId;
|
||||
|
||||
@Column(name = "EVALUATION_EXPIRATION_DAYS")
|
||||
private Long evaluationExpirationDays;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user