From a841968432012044f4ae1c15b584f45f35a4f876 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期一, 08 七月 2024 18:17:41 +0800
Subject: [PATCH] zjh 2024/07/8-2

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
index fedc90a..0ab1ec5 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java
@@ -4,6 +4,8 @@
 import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd;
 import com.ltkj.hosp.sqlDomain.LtkjHybgd;
 
+import java.util.List;
+
 /**
  * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃
  * @Author: lige
@@ -12,4 +14,8 @@
 public interface LtkjHybgdService extends IService<LtkjHybgd> {
 
     void  deletedLtkjHybgdByTjhAndTmh(String tmh);
+
+    List<String> getJianYanBaoGaoDan(String cardId);
+
+    List<LtkjHybgd> getJianYanBaoGaoDanList(String tmh);
 }

--
Gitblit v1.8.0