From dba27f21bc05c999ace46fe15be6e4c824ed9104 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 13 十二月 2024 18:40:09 +0800 Subject: [PATCH] zjh202412013 --- 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