From 0c9ec42a824aa3242fe1e1b8ce372947f2bc9a03 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期一, 29 七月 2024 17:43:06 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/service/IHospitalUserinfoService.java | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IHospitalUserinfoService.java b/smartor/src/main/java/com/smartor/service/IHospitalUserinfoService.java index 6ba74e2..b1fe1a5 100644 --- a/smartor/src/main/java/com/smartor/service/IHospitalUserinfoService.java +++ b/smartor/src/main/java/com/smartor/service/IHospitalUserinfoService.java @@ -6,15 +6,14 @@ /** * 銆愯濉啓鍔熻兘鍚嶇О銆慡ervice鎺ュ彛 - * + * * @author ruoyi * @date 2024-01-29 */ -public interface IHospitalUserinfoService -{ +public interface IHospitalUserinfoService { /** * 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆� - * + * * @param ID 銆愯濉啓鍔熻兘鍚嶇О銆戜富閿� * @return 銆愯濉啓鍔熻兘鍚嶇О銆� */ @@ -22,7 +21,7 @@ /** * 鏌ヨ銆愯濉啓鍔熻兘鍚嶇О銆戝垪琛� - * + * * @param hospitalUserinfo 銆愯濉啓鍔熻兘鍚嶇О銆� * @return 銆愯濉啓鍔熻兘鍚嶇О銆戦泦鍚� */ @@ -30,7 +29,7 @@ /** * 鏂板銆愯濉啓鍔熻兘鍚嶇О銆� - * + * * @param hospitalUserinfo 銆愯濉啓鍔熻兘鍚嶇О銆� * @return 缁撴灉 */ @@ -38,15 +37,17 @@ /** * 淇敼銆愯濉啓鍔熻兘鍚嶇О銆� - * + * * @param hospitalUserinfo 銆愯濉啓鍔熻兘鍚嶇О銆� * @return 缁撴灉 */ public int updateHospitalUserinfo(HospitalUserinfo hospitalUserinfo); + public int updateHospitalUserinfoByPatientID(HospitalUserinfo hospitalUserinfo); + /** * 鎵归噺鍒犻櫎銆愯濉啓鍔熻兘鍚嶇О銆� - * + * * @param IDs 闇�瑕佸垹闄ょ殑銆愯濉啓鍔熻兘鍚嶇О銆戜富閿泦鍚� * @return 缁撴灉 */ @@ -54,7 +55,7 @@ /** * 鍒犻櫎銆愯濉啓鍔熻兘鍚嶇О銆戜俊鎭� - * + * * @param ID 銆愯濉啓鍔熻兘鍚嶇О銆戜富閿� * @return 缁撴灉 */ -- Gitblit v1.9.3