Created Appointment creation flow.
This commit is contained in:
@@ -29,4 +29,7 @@ public class DocumentEntity extends BaseEntity{
|
||||
@Column(name ="IS_DELETED", nullable = false)
|
||||
private Boolean isDeleted = false;
|
||||
|
||||
@Column(name="DOCUMENT_ATTACHMENT_ID")
|
||||
private String documentAttachmentId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user