【LoginLogServiceApi】删除deleteAll方法

pull/3/head
chenjinlong 2021-02-24 14:43:58 +08:00
parent c390104b85
commit 7f3c0dc0d6
1 changed files with 0 additions and 8 deletions

View File

@ -56,12 +56,4 @@ public interface LoginLogServiceApi {
*/
void loginOutFail(Long userId);
/**
*
*
* @author chenjinlong
* @date 2021/1/13 10:55
*/
void deleteAll();
}