mirror of https://gitee.com/stylefeng/roses
【SysLoginLogService】新增delAll
parent
ef955c7b1b
commit
fa7cbe7bd4
|
@ -12,7 +12,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||||
* @author chenjinlong
|
* @author chenjinlong
|
||||||
* @date 2021/1/13 10:56
|
* @date 2021/1/13 10:56
|
||||||
*/
|
*/
|
||||||
public interface SysLoginLogService extends IService<SysLoginLog>, LoginLogServiceApi {
|
public interface SysLoginLogService extends IService<SysLoginLog> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除
|
* 删除
|
||||||
|
@ -23,6 +23,14 @@ public interface SysLoginLogService extends IService<SysLoginLog>, LoginLogServi
|
||||||
*/
|
*/
|
||||||
void del(SysLoginLogRequest sysLoginLogRequest);
|
void del(SysLoginLogRequest sysLoginLogRequest);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 清空登录日志
|
||||||
|
*
|
||||||
|
* @author chenjinlong
|
||||||
|
* @date 2021/1/13 10:55
|
||||||
|
*/
|
||||||
|
void delAll();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查看相信
|
* 查看相信
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue