| | |
| | | package com.ruoyi.system.service; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.ruoyi.common.basic.PageInfo; |
| | | import com.ruoyi.system.domain.SysOperLog; |
| | | import com.ruoyi.system.query.SysOperLogQuery; |
| | | import com.ruoyi.system.vo.SysOperLogVO; |
| | | |
| | | /** |
| | | * 操作日志 服务层 |
| | |
| | | * @param query |
| | | * @return |
| | | */ |
| | | PageInfo<SysOperLogVO> selectOperLogPageList(SysOperLogQuery query); |
| | | |
| | | /** |
| | | * 操作日志分页列表 |
| | | * @param query |
| | | * @return |
| | | */ |
| | | // List<SysOperLogVO> selectOperLogPageList(SysOperLogQuery query); |
| | | |
| | | // void getLogDetail(List<SysOperLogVO> sysOperLogVOS); |