|
@@ -0,0 +1,13 @@
|
|
|
+package com.diagbot.facade;
|
|
|
+
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
+
|
|
|
+import com.diagbot.entity.MedicalRecordContent;
|
|
|
+import com.diagbot.service.impl.MedicalRecordContentServiceImpl;
|
|
|
+
|
|
|
+@Component
|
|
|
+public class MedicalRecordContentFacade extends MedicalRecordContentServiceImpl {
|
|
|
+}
|