fix: 8 remaining compilation errors
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package com.openhis.web.appointment.service;
|
||||
|
||||
public interface AppointmentService {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.openhis.web.inpatient.service;
|
||||
|
||||
public interface DictConfigService {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.openhis.web.inpatient.service;
|
||||
|
||||
public interface DispensingService {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.openhis.web.inpatient.service;
|
||||
|
||||
public interface SurgeryRequestService {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.openhis.web.inpatient.service;
|
||||
|
||||
public interface VitalSignsService {
|
||||
}
|
||||
Reference in New Issue
Block a user