fix: updating foreign keys when adding new entity to the db
This commit is contained in:
@ -112,6 +112,10 @@ public class Appointment {
|
||||
return listSectionCell;
|
||||
}
|
||||
|
||||
public void updateListSectionCell(SectionCell sectionCell) {
|
||||
listSectionCell.add(sectionCell);
|
||||
}
|
||||
|
||||
public Report getAppointmentReport() {
|
||||
return report;
|
||||
}
|
||||
|
Reference in New Issue
Block a user