|
@@ -0,0 +1,13 @@
|
|
|
+package com.diagbot.facade;
|
|
|
+
|
|
|
+import com.diagbot.service.impl.MedPacsInfoServiceImpl;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Description:
|
|
|
+ * @author: rengb
|
|
|
+ * @time: 2020/7/28 15:49
|
|
|
+ */
|
|
|
+@Component
|
|
|
+public class MedPacsInfoFacade extends MedPacsInfoServiceImpl {
|
|
|
+}
|