From bb60b5747d5f4b85655a541d4990ec7464497b1b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 10 五月 2024 18:18:02 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/mapper/PatMedOuthospMapper.java | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/mapper/PatMedOuthospMapper.java b/smartor/src/main/java/com/smartor/mapper/PatMedOuthospMapper.java
index b22c37d..bb1a18c 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatMedOuthospMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatMedOuthospMapper.java
@@ -2,18 +2,20 @@
import java.util.List;
import com.smartor.domain.PatMedOuthosp;
+import org.apache.ibatis.annotations.Mapper;
/**
* 鎮h�呴棬璇婅褰昅apper鎺ュ彛
- *
+ *
* @author smartor
* @date 2023-03-04
*/
-public interface PatMedOuthospMapper
+@Mapper
+public interface PatMedOuthospMapper
{
/**
* 鏌ヨ鎮h�呴棬璇婅褰�
- *
+ *
* @param id 鎮h�呴棬璇婅褰曚富閿�
* @return 鎮h�呴棬璇婅褰�
*/
@@ -21,7 +23,7 @@
/**
* 鏌ヨ鎮h�呴棬璇婅褰曞垪琛�
- *
+ *
* @param patMedOuthosp 鎮h�呴棬璇婅褰�
* @return 鎮h�呴棬璇婅褰曢泦鍚�
*/
@@ -29,7 +31,7 @@
/**
* 鏂板鎮h�呴棬璇婅褰�
- *
+ *
* @param patMedOuthosp 鎮h�呴棬璇婅褰�
* @return 缁撴灉
*/
@@ -37,7 +39,7 @@
/**
* 淇敼鎮h�呴棬璇婅褰�
- *
+ *
* @param patMedOuthosp 鎮h�呴棬璇婅褰�
* @return 缁撴灉
*/
@@ -45,7 +47,7 @@
/**
* 鍒犻櫎鎮h�呴棬璇婅褰�
- *
+ *
* @param id 鎮h�呴棬璇婅褰曚富閿�
* @return 缁撴灉
*/
@@ -53,7 +55,7 @@
/**
* 鎵归噺鍒犻櫎鎮h�呴棬璇婅褰�
- *
+ *
* @param ids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
* @return 缁撴灉
*/
--
Gitblit v1.9.3