From cde16e4d86afb08896a8eeaea8f22cf6f5a94aa5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 04 十二月 2023 10:25:33 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java | 66 +++++++++++---------------------
1 files changed, 23 insertions(+), 43 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..1308eda 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
@@ -1,36 +1,41 @@
package com.smartor.mapper;
import java.util.List;
+
import com.smartor.domain.PatArchive;
-import com.smartor.domain.PatMedOuthosp;
+import com.smartor.domain.PatArchiveReq;
+import org.apache.ibatis.annotations.Mapper;
/**
* 鎮h�呮。妗圡apper鎺ュ彛
- *
- * @author ruoyi
- * @date 2023-02-22
+ *
+ * @author smartor
+ * @date 2023-03-04
*/
-public interface PatArchiveMapper
-{
+@Mapper
+public interface PatArchiveMapper {
/**
* 鏌ヨ鎮h�呮。妗�
- *
- * @param PatID 鎮h�呮。妗堜富閿�
+ *
+ * @param patid 鎮h�呮。妗堜富閿�
* @return 鎮h�呮。妗�
*/
- public PatArchive selectPatArchiveByPatID(Long PatID);
+ public PatArchive selectPatArchiveByPatid(Long patid);
/**
* 鏌ヨ鎮h�呮。妗堝垪琛�
- *
+ *
* @param patArchive 鎮h�呮。妗�
* @return 鎮h�呮。妗堥泦鍚�
*/
public List<PatArchive> selectPatArchiveList(PatArchive patArchive);
+ public List<PatArchive> patInfoByContion(PatArchiveReq patArchive);
+
+
/**
* 鏂板鎮h�呮。妗�
- *
+ *
* @param patArchive 鎮h�呮。妗�
* @return 缁撴灉
*/
@@ -38,7 +43,7 @@
/**
* 淇敼鎮h�呮。妗�
- *
+ *
* @param patArchive 鎮h�呮。妗�
* @return 缁撴灉
*/
@@ -46,42 +51,17 @@
/**
* 鍒犻櫎鎮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