From 9b6f602df09c5e39481f03e22d99fffe825b9393 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期二, 31 十二月 2024 19:13:17 +0800
Subject: [PATCH] zjh202412031

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

diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
index 115a3b1..4f17f35 100644
--- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
+++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java
@@ -2,6 +2,7 @@
 
 import java.sql.ResultSet;
 import java.util.List;
+import java.util.Map;
 
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.ltkj.hosp.domain.TjCustomer;
@@ -70,4 +71,8 @@
     String getCompNameByCusId(String cusId);
 
     void  updateCardId(Long cusId,String cardId);
+
+    List<Map<String, Object>> vcustomerlist(String name, String sjh, String sfzh);
+
+    List<TjCustomer> getcusList(TjCustomer tjCustomer);
 }

--
Gitblit v1.8.0