From 9526971c403417c1c007804f24884c443b9e6cd7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 04 九月 2024 00:34:40 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java b/smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java index 6de62f6..07518e4 100644 --- a/smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java +++ b/smartor/src/main/java/com/smartor/service/IPatMedOuthospService.java @@ -1,19 +1,23 @@ package com.smartor.service; import java.util.List; + +import com.ruoyi.common.core.page.TableDataInfo; import com.smartor.domain.PatMedOuthosp; +import com.smartor.domain.PatMedReq; +import com.smartor.domain.PatMedRes; +import org.springframework.web.bind.annotation.RequestBody; /** * 鎮h�呴棬璇婅褰昐ervice鎺ュ彛 - * + * * @author smartor * @date 2023-03-04 */ -public interface IPatMedOuthospService -{ +public interface IPatMedOuthospService { /** * 鏌ヨ鎮h�呴棬璇婅褰� - * + * * @param id 鎮h�呴棬璇婅褰曚富閿� * @return 鎮h�呴棬璇婅褰� */ @@ -21,7 +25,7 @@ /** * 鏌ヨ鎮h�呴棬璇婅褰曞垪琛� - * + * * @param patMedOuthosp 鎮h�呴棬璇婅褰� * @return 鎮h�呴棬璇婅褰曢泦鍚� */ @@ -29,7 +33,7 @@ /** * 鏂板鎮h�呴棬璇婅褰� - * + * * @param patMedOuthosp 鎮h�呴棬璇婅褰� * @return 缁撴灉 */ @@ -37,7 +41,7 @@ /** * 淇敼鎮h�呴棬璇婅褰� - * + * * @param patMedOuthosp 鎮h�呴棬璇婅褰� * @return 缁撴灉 */ @@ -45,7 +49,7 @@ /** * 鎵归噺鍒犻櫎鎮h�呴棬璇婅褰� - * + * * @param ids 闇�瑕佸垹闄ょ殑鎮h�呴棬璇婅褰曚富閿泦鍚� * @return 缁撴灉 */ @@ -53,9 +57,14 @@ /** * 鍒犻櫎鎮h�呴棬璇婅褰曚俊鎭� - * + * * @param id 鎮h�呴棬璇婅褰曚富閿� * @return 缁撴灉 */ public int deletePatMedOuthospById(Long id); + + public PatMedRes selectPatMedOuthospCount(@RequestBody PatMedReq patMedReq); + + //閫氳繃鎮h�匢D鑾峰彇鍒版渶鏂扮殑deptcode + public PatMedOuthosp getDeptCodeByPatId(PatMedOuthosp patMedOuthosp); } -- Gitblit v1.9.3