From 77187eabbf216b5d8283e69708132e2ca75b5f95 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期三, 22 三月 2023 13:07:00 +0800 Subject: [PATCH] yxh --- smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java | 42 ++++++++---------------------------------- 1 files changed, 8 insertions(+), 34 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java index e8eada3..298f6b9 100644 --- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java @@ -2,23 +2,22 @@ import java.util.List; import com.smartor.domain.PatArchive; -import com.smartor.domain.PatMedOuthosp; /** * 鎮h�呮。妗圡apper鎺ュ彛 * - * @author ruoyi - * @date 2023-02-22 + * @author smartor + * @date 2023-03-04 */ public interface PatArchiveMapper { /** * 鏌ヨ鎮h�呮。妗� * - * @param PatID 鎮h�呮。妗堜富閿� + * @param patid 鎮h�呮。妗堜富閿� * @return 鎮h�呮。妗� */ - public PatArchive selectPatArchiveByPatID(Long PatID); + public PatArchive selectPatArchiveByPatid(Long patid); /** * 鏌ヨ鎮h�呮。妗堝垪琛� @@ -47,41 +46,16 @@ /** * 鍒犻櫎鎮h�呮。妗� * - * @param PatID 鎮h�呮。妗堜富閿� + * @param patid 鎮h�呮。妗堜富閿� * @return 缁撴灉 */ - public int deletePatArchiveByPatID(Long PatID); + public int deletePatArchiveByPatid(Long patid); /** * 鎵归噺鍒犻櫎鎮h�呮。妗� * - * @param PatIDs 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 + * @param patids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 * @return 缁撴灉 */ - public int deletePatArchiveByPatIDs(Long[] PatIDs); - - /** - * 鎵归噺鍒犻櫎鎮h�呴棬璇婅褰� - * - * @param PatIDs 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 - * @return 缁撴灉 - */ - public int deletePatMedOuthospByPatIDs(Long[] PatIDs); - - /** - * 鎵归噺鏂板鎮h�呴棬璇婅褰� - * - * @param patMedOuthospList 鎮h�呴棬璇婅褰曞垪琛� - * @return 缁撴灉 - */ - public int batchPatMedOuthosp(List<PatMedOuthosp> patMedOuthospList); - - - /** - * 閫氳繃鎮h�呮。妗堜富閿垹闄ゆ偅鑰呴棬璇婅褰曚俊鎭� - * - * @param PatID 鎮h�呮。妗圛D - * @return 缁撴灉 - */ - public int deletePatMedOuthospByPatID(Long PatID); + public int deletePatArchiveByPatids(Long[] patids); } -- Gitblit v1.9.3