办学质量监测教学评价系统
zhouweiyi
2025-05-15 c6ffbcb3cf9b014c7b99170e5dd1c97317e9c4a5
ruoyi-modules-api/ruoyi-system-api/src/main/java/org/ruoyi/system/service/ISysOperLogService.java
@@ -1,5 +1,6 @@
package org.ruoyi.system.service;
import org.ruoyi.common.log.event.OperLogEvent;
import org.ruoyi.core.page.PageQuery;
import org.ruoyi.core.page.TableDataInfo;
import org.ruoyi.system.domain.bo.SysOperLogBo;
@@ -51,4 +52,5 @@
     * 清空操作日志
     */
    void cleanOperLog();
  void recordOper(OperLogEvent operLogEvent);
}