liusheng
2024-08-28 bedd0a1cef215538df64470df6b8d4a022189136
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysOperLogMapper.java
@@ -2,12 +2,14 @@
import java.util.List;
import com.ruoyi.system.domain.SysOperLog;
import org.apache.ibatis.annotations.Mapper;
/**
 * 操作日志 数据层
 * 
 * @author ruoyi
 */
@Mapper
public interface SysOperLogMapper
{
    /**