From e3f6f42c3056a8fac0308ec93b3e192c82cfc3dd Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 23 十月 2024 11:49:43 +0800 Subject: [PATCH] 团体票不走his请求、增加团体票收费状态 --- 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