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 | 26 ++++++++++++++++----------
1 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java b/smartor/src/main/java/com/smartor/mapper/PatArchiveMapper.java
index e204bad..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-01
+ * @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