|
@@ -1,6 +1,8 @@
|
|
|
package com.diagbot.facade;
|
|
|
|
|
|
import com.diagbot.dto.BillDTO;
|
|
|
+import com.diagbot.dto.BillNeoDTO;
|
|
|
+import com.diagbot.vo.BillNeoVO;
|
|
|
import com.diagbot.vo.IndicationPushVO;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
@@ -28,7 +30,9 @@ public class BillFacade {
|
|
|
|
|
|
// 标准词转换 TODO
|
|
|
|
|
|
- // 图谱接口调用 TODO
|
|
|
+ // 图谱接口调用
|
|
|
+ BillNeoVO billNeoVO = new BillNeoVO();
|
|
|
+ BillNeoDTO billNeoDTO = neoFacade.getBillNeo(billNeoVO);
|
|
|
|
|
|
// 规则开发 TODO
|
|
|
return null;
|