feat: continued implementing adminApiService
This commit is contained in:
@ -115,4 +115,8 @@ public class Appointment {
|
||||
public Report getAppointmentReport() {
|
||||
return report;
|
||||
}
|
||||
|
||||
public void setAppointmentReport(Report report) {
|
||||
this.report = report;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user