Created Appointment creation flow.
This commit is contained in:
@@ -42,4 +42,17 @@ public class ApplicationEntity extends BaseEntity {
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "USER_WITH_COMPANY_ID")
|
||||
private UserWithCompanyEntity userWithCompany;
|
||||
|
||||
@Column(name = "NDG")
|
||||
private String ndg;
|
||||
|
||||
@Column(name = "ID_VISURA")
|
||||
private String idVisura;
|
||||
|
||||
@Column(name = "NDG_STATUS")
|
||||
private String ndgStatus;
|
||||
|
||||
@Column(name = "APPOINTMENT_ID")
|
||||
private String appointmentId;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user