|
@@ -0,0 +1,23 @@
|
|
|
+package com.diagbot.client.hystrix;
|
|
|
+
|
|
|
+import com.diagbot.client.PrecServiceClient;
|
|
|
+import com.diagbot.dto.HisInquirysForDjDTO;
|
|
|
+import com.diagbot.dto.RespDTO;
|
|
|
+import com.diagbot.vo.HisInquirysForDjVO;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
+
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
+
|
|
|
+/**
|
|
|
+ * @Description: 调用预问诊服务
|
|
|
+ * @author: lipc
|
|
|
+ * @time: 2019/8/21 14:34
|
|
|
+ */
|
|
|
+@Component
|
|
|
+@Slf4j
|
|
|
+public class PrecServiceHystrix implements PrecServiceClient {
|
|
|
+
|
|
|
+
|
|
|
+}
|