Pu Zhibing
2025-02-19 8f45afced0c6a4085560c62dbd58e6ef0f4cecf4
ruoyi-admin/src/main/java/com/ruoyi/web/mapper/system/SysOperLogMapper.java
File was renamed from ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysOperLogMapper.java
@@ -1,14 +1,16 @@
package com.ruoyi.system.mapper;
package com.ruoyi.web.mapper.system;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.web.domain.system.SysOperLog;
import java.util.List;
import com.ruoyi.system.domain.SysOperLog;
/**
 * 操作日志 数据层
 * 
 * @author ruoyi
 */
public interface SysOperLogMapper
public interface SysOperLogMapper extends BaseMapper<SysOperLog>
{
    /**
     * 新增操作日志