From a7833a3b722d09240ff957e7b91e057c6f51d596 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期六, 15 五月 2021 14:34:54 +0800
Subject: [PATCH] remove 移除ruoyi自带服务监控(Admin已全部包含)
---
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java
index 4fd8e5a..f2485b7 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java
@@ -1,25 +1,30 @@
package com.ruoyi.system.service;
-import java.util.List;
+import com.ruoyi.common.core.page.IServicePlus;
+import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.system.domain.SysOperLog;
+
+import java.util.List;
/**
* 鎿嶄綔鏃ュ織 鏈嶅姟灞�
- *
+ *
* @author ruoyi
*/
-public interface ISysOperLogService
-{
+public interface ISysOperLogService extends IServicePlus<SysOperLog> {
+
+ TableDataInfo<SysOperLog> selectPageOperLogList(SysOperLog operLog);
+
/**
* 鏂板鎿嶄綔鏃ュ織
- *
+ *
* @param operLog 鎿嶄綔鏃ュ織瀵硅薄
*/
public void insertOperlog(SysOperLog operLog);
/**
* 鏌ヨ绯荤粺鎿嶄綔鏃ュ織闆嗗悎
- *
+ *
* @param operLog 鎿嶄綔鏃ュ織瀵硅薄
* @return 鎿嶄綔鏃ュ織闆嗗悎
*/
@@ -27,7 +32,7 @@
/**
* 鎵归噺鍒犻櫎绯荤粺鎿嶄綔鏃ュ織
- *
+ *
* @param operIds 闇�瑕佸垹闄ょ殑鎿嶄綔鏃ュ織ID
* @return 缁撴灉
*/
@@ -35,7 +40,7 @@
/**
* 鏌ヨ鎿嶄綔鏃ュ織璇︾粏
- *
+ *
* @param operId 鎿嶄綔ID
* @return 鎿嶄綔鏃ュ織瀵硅薄
*/
--
Gitblit v1.9.3