public interface LoginAccessHistService
Modifier and Type | Method and Description |
---|---|
void |
deleteLoginAccessHist()
로그인 접속 이력 삭제
|
String |
getLastLoginIp(Map<String,String> param)
마지막 로그인 IP 조회
|
LoginAccesHistVO |
selectLastLoginAccessHist(String userId)
마지막 로그인 이력 조회
|
void |
updateLogoutAccessHist(String seq)
로그아웃 이력 업데이트
|
void deleteLoginAccessHist()
String getLastLoginIp(Map<String,String> param)
param
- 조회 조건LoginAccesHistVO selectLastLoginAccessHist(String userId)
userId
- 사용자 IDvoid updateLogoutAccessHist(String seq)
seq
- 로그 IDCopyright © 2025. All rights reserved.