From dedacd79c93f8ef95e0cb986f5e7fbd27ddbd907 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期四, 03 七月 2025 09:12:49 +0800
Subject: [PATCH] 2025-07-03

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java |   11 +++++++++++
 1 files changed, 11 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..b925667 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,13 @@
 public interface LtkjHybgdService extends IService<LtkjHybgd> {
 
     void  deletedLtkjHybgdByTjhAndTmh(String tmh);
+
+    List<String> getJianYanBaoGaoDan(String cardId);
+
+    List<LtkjHybgd> getJianYanBaoGaoDanList(String tmh);
+
+    List<String> getJianChaBaoGaoDan(String cardId);
+
+
+    List<LtkjHybgd> getReportJianYanBaoGaoDanList(String tmh);
 }

--
Gitblit v1.8.0