Updated code for appointment creation flow and productId field to appointmentTemplateId.
This commit is contained in:
@@ -95,7 +95,7 @@ public class CallEntity extends BaseEntity {
|
||||
@Column(name = "NUMBER_OF_CHECK")
|
||||
private Long numberOfCheck;
|
||||
|
||||
@Column(name = "PRODUCT_ID")
|
||||
private Long productId;
|
||||
@Column(name = "APPOINTMENT_TEMPLATE_ID")
|
||||
private Long appointmentTemplateId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user