mirror of https://gitee.com/stylefeng/roses
【LoginLogServiceApi】删除deleteAll方法
parent
c390104b85
commit
7f3c0dc0d6
|
@ -56,12 +56,4 @@ public interface LoginLogServiceApi {
|
||||||
*/
|
*/
|
||||||
void loginOutFail(Long userId);
|
void loginOutFail(Long userId);
|
||||||
|
|
||||||
/**
|
|
||||||
* 清空登录日志
|
|
||||||
*
|
|
||||||
* @author chenjinlong
|
|
||||||
* @date 2021/1/13 10:55
|
|
||||||
*/
|
|
||||||
void deleteAll();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue