From c5a0c0b290cba50f76d17843ac062ffa935b15d6 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 30 十月 2024 18:03:18 +0800
Subject: [PATCH] zjh20241030

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjHybgdService.java |   10 ++++++++++
 1 files changed, 10 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 29cd569..c233e9d 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,10 +4,20 @@
 import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd;
 import com.ltkj.hosp.sqlDomain.LtkjHybgd;
 
+import java.util.List;
+
 /**
  * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃
  * @Author: lige
  * @Date: 2023/12/11 17:57
  */
 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);
 }

--
Gitblit v1.8.0