From ba8a3be8e219c6e82cf35b56ae7fda2fefc1ee4c Mon Sep 17 00:00:00 2001
From: zjh <zjh@888>
Date: 星期三, 13 十二月 2023 11:01:41 +0800
Subject: [PATCH] zjh 本地 2023/12/13 -1

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjCustomerService.java |    2 ++
 1 files changed, 2 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 5686ed0..ca4745e 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
@@ -61,4 +61,6 @@
     public int deleteTjCustomerByCusId(Long cusId);
 
     List<TjCustomer> getTjCustomerList(String name);
+
+    TjCustomer getTjCustomerByCusIdCard(String cusIdCard);
 }

--
Gitblit v1.8.0