From e53334611e8d51fb67e769cba898743f11dcf627 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 16 六月 2023 17:45:23 +0800 Subject: [PATCH] 患者管理相关接口,提交 --- smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java | 24 +++++++++++++++--------- 1 files changed, 15 insertions(+), 9 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java index 298f6b9..1308eda 100644 --- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java @@ -1,19 +1,22 @@ package com.smartor.mapper; import java.util.List; + import com.smartor.domain.PatArchive; +import com.smartor.domain.PatArchiveReq; +import org.apache.ibatis.annotations.Mapper; /** * 鎮h�呮。妗圡apper鎺ュ彛 - * + * * @author smartor * @date 2023-03-04 */ -public interface PatArchiveMapper -{ +@Mapper +public interface PatArchiveMapper { /** * 鏌ヨ鎮h�呮。妗� - * + * * @param patid 鎮h�呮。妗堜富閿� * @return 鎮h�呮。妗� */ @@ -21,15 +24,18 @@ /** * 鏌ヨ鎮h�呮。妗堝垪琛� - * + * * @param patArchive 鎮h�呮。妗� * @return 鎮h�呮。妗堥泦鍚� */ public List<PatArchive> selectPatArchiveList(PatArchive patArchive); + public List<PatArchive> patInfoByContion(PatArchiveReq patArchive); + + /** * 鏂板鎮h�呮。妗� - * + * * @param patArchive 鎮h�呮。妗� * @return 缁撴灉 */ @@ -37,7 +43,7 @@ /** * 淇敼鎮h�呮。妗� - * + * * @param patArchive 鎮h�呮。妗� * @return 缁撴灉 */ @@ -45,7 +51,7 @@ /** * 鍒犻櫎鎮h�呮。妗� - * + * * @param patid 鎮h�呮。妗堜富閿� * @return 缁撴灉 */ @@ -53,7 +59,7 @@ /** * 鎵归噺鍒犻櫎鎮h�呮。妗� - * + * * @param patids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎 * @return 缁撴灉 */ -- Gitblit v1.9.3