Class LoginLogApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.logger.LoginLogApiImpl
-
- All Implemented Interfaces:
LoginLogApi
@RestController @Validated public class LoginLogApiImpl extends Object implements LoginLogApi
-
-
Field Summary
-
Fields inherited from interface org.openea.eap.module.system.api.logger.LoginLogApi
PREFIX
-
-
Constructor Summary
Constructors Constructor Description LoginLogApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<Boolean>createLoginLog(LoginLogCreateReqDTO reqDTO)
-
-
-
Method Detail
-
createLoginLog
public org.openea.eap.framework.common.pojo.CommonResult<Boolean> createLoginLog(LoginLogCreateReqDTO reqDTO)
- Specified by:
createLoginLogin interfaceLoginLogApi
-
-