From 1f72bfe83a085ae3fd4dcc7c6aa35ad2e8e34d57 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 22 七月 2025 18:00:28 +0800 Subject: [PATCH] 增加西安铁路工程医院 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java index c41c0d4..2d0ec2f 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java @@ -62,4 +62,8 @@ * @return 缁撴灉 */ public int deleteTjReservationById(Integer id); + + List<TjReservation> getFirimSfList(String compId); + + List<TjReservation> getTeamTjPeopleList(String teamNo, String pacId); } -- Gitblit v1.8.0