From 148a7f11b0ead8539cae824f02dda19a703f4d0b Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期六, 07 十二月 2024 16:54:02 +0800
Subject: [PATCH] zjh20241207

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java
index f7afd73..5c566d4 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcsqdService.java
@@ -1,8 +1,13 @@
 package com.ltkj.hosp.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.ltkj.common.core.domain.AjaxResult;
 import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd;
 import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd;
+import com.ltkj.hosp.sqlDomain.LtkjHysqd;
+
+import java.util.List;
+import java.util.Map;
 
 /**
  * @Company: 瑗垮畨璺嘲绉戞妧鏈夐檺鍏徃
@@ -10,4 +15,17 @@
  * @Date: 2023/12/11 17:57
  */
 public interface LtkjExamJcsqdService extends IService<LtkjExamJcsqd> {
+
+    LtkjExamJcsqd getLtkjJcsqdByTjhAndTmh(String tjh, String tmh);
+
+
+    void  deletedLtkjJcsqdByTjhAndTmh(String tjh);
+
+    List<LtkjExamJcsqd> getLtkjJcsqdByTjh(String tjh);
+
+    void saveLtkjExamJcsqd(String tjh);
+
+    AjaxResult getTjJcProByHisCall(String ksmc,String strIn,String brid,int pagecount,int page,String status);
+
+    List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh);
 }

--
Gitblit v1.8.0