|
@@ -0,0 +1,13 @@
|
|
|
|
+package com.diagbot.facade;
|
|
|
|
+
|
|
|
|
+import com.diagbot.service.impl.ConceptDetailServiceImpl;
|
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * @Description:
|
|
|
|
+ * @Author:zhaops
|
|
|
|
+ * @time: 2019/5/6 15:03
|
|
|
|
+ */
|
|
|
|
+@Component
|
|
|
|
+public class ConceptDetailFacade extends ConceptDetailServiceImpl {
|
|
|
|
+}
|