From bedd0a1cef215538df64470df6b8d4a022189136 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 28 八月 2024 14:05:16 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java index 63bac56..f1dd58b 100644 --- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java +++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java @@ -1,19 +1,19 @@ package com.smartor.service; import java.util.List; + import com.smartor.domain.PatMedInhosp; /** * 鎮h�呬綇闄㈣褰昐ervice鎺ュ彛 - * + * * @author smartor * @date 2023-03-04 */ -public interface IPatMedInhospService -{ +public interface IPatMedInhospService { /** * 鏌ヨ鎮h�呬綇闄㈣褰� - * + * * @param inhospid 鎮h�呬綇闄㈣褰曚富閿� * @return 鎮h�呬綇闄㈣褰� */ @@ -21,7 +21,7 @@ /** * 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 鎮h�呬綇闄㈣褰曢泦鍚� */ @@ -29,7 +29,7 @@ /** * 鏂板鎮h�呬綇闄㈣褰� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 缁撴灉 */ @@ -37,7 +37,7 @@ /** * 淇敼鎮h�呬綇闄㈣褰� - * + * * @param patMedInhosp 鎮h�呬綇闄㈣褰� * @return 缁撴灉 */ @@ -45,7 +45,7 @@ /** * 鎵归噺鍒犻櫎鎮h�呬綇闄㈣褰� - * + * * @param inhospids 闇�瑕佸垹闄ょ殑鎮h�呬綇闄㈣褰曚富閿泦鍚� * @return 缁撴灉 */ @@ -53,9 +53,17 @@ /** * 鍒犻櫎鎮h�呬綇闄㈣褰曚俊鎭� - * + * * @param inhospid 鎮h�呬綇闄㈣褰曚富閿� * @return 缁撴灉 */ public int deletePatMedInhospByInhospid(Long inhospid); + + /** + * 澶勭悊浠巋is鍙栨潵鐨勫嚭闄㈡暟鎹� + * + * @param + * @return 缁撴灉 + */ + public int dealOupHospInfo(); } -- Gitblit v1.9.3