From 188085f6b8579d173c0a587e4163639d70ce8854 Mon Sep 17 00:00:00 2001
From: qianxj <qianxj15@sina.com>
Date: 星期五, 03 三月 2023 11:09:24 +0800
Subject: [PATCH] update step

---
 smartor/src/main/java/com/smartor/service/IPatArchiveService.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
index dbcb798..6b77d52 100644
--- a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -6,18 +6,18 @@
 /**
  * 鎮h�呮。妗圫ervice鎺ュ彛
  * 
- * @author ruoyi
- * @date 2023-02-22
+ * @author smartor
+ * @date 2023-03-01
  */
 public interface IPatArchiveService 
 {
     /**
      * 鏌ヨ鎮h�呮。妗�
      * 
-     * @param PatID 鎮h�呮。妗堜富閿�
+     * @param patid 鎮h�呮。妗堜富閿�
      * @return 鎮h�呮。妗�
      */
-    public PatArchive selectPatArchiveByPatID(Long PatID);
+    public PatArchive selectPatArchiveByPatid(Long patid);
 
     /**
      * 鏌ヨ鎮h�呮。妗堝垪琛�
@@ -46,16 +46,16 @@
     /**
      * 鎵归噺鍒犻櫎鎮h�呮。妗�
      * 
-     * @param PatIDs 闇�瑕佸垹闄ょ殑鎮h�呮。妗堜富閿泦鍚�
+     * @param patids 闇�瑕佸垹闄ょ殑鎮h�呮。妗堜富閿泦鍚�
      * @return 缁撴灉
      */
-    public int deletePatArchiveByPatIDs(Long[] PatIDs);
+    public int deletePatArchiveByPatids(Long[] patids);
 
     /**
      * 鍒犻櫎鎮h�呮。妗堜俊鎭�
      * 
-     * @param PatID 鎮h�呮。妗堜富閿�
+     * @param patid 鎮h�呮。妗堜富閿�
      * @return 缁撴灉
      */
-    public int deletePatArchiveByPatID(Long PatID);
+    public int deletePatArchiveByPatid(Long patid);
 }

--
Gitblit v1.9.3