From 5f665deb5b09a5a7c71c17ec94914e43c39b1173 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 04 三月 2023 16:44:16 +0800
Subject: [PATCH] yxh
---
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..8bd0358 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-04
*/
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