fix: 8 remaining compilation errors

This commit is contained in:
2026-05-27 09:59:55 +08:00
parent 05c0be2269
commit b4de4d32de
7 changed files with 49 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
package com.openhis.web.appointment.service;
public interface AppointmentService {
}

View File

@@ -0,0 +1,4 @@
package com.openhis.web.inpatient.service;
public interface DictConfigService {
}

View File

@@ -0,0 +1,4 @@
package com.openhis.web.inpatient.service;
public interface DispensingService {
}

View File

@@ -0,0 +1,4 @@
package com.openhis.web.inpatient.service;
public interface SurgeryRequestService {
}

View File

@@ -0,0 +1,4 @@
package com.openhis.web.inpatient.service;
public interface VitalSignsService {
}