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