update 补全通用日志服务 注释
This commit is contained in:
parent
c7c9bd6b08
commit
019f585c83
@ -2,6 +2,11 @@ package com.ruoyi.common.core.service;
|
|||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通用 系统访问日志
|
||||||
|
*
|
||||||
|
* @author Lion Li
|
||||||
|
*/
|
||||||
public interface LogininforService {
|
public interface LogininforService {
|
||||||
|
|
||||||
void recordLogininfor(String username, String status, String message,
|
void recordLogininfor(String username, String status, String message,
|
||||||
|
@ -3,7 +3,13 @@ package com.ruoyi.common.core.service;
|
|||||||
import com.ruoyi.common.core.domain.dto.OperLogDTO;
|
import com.ruoyi.common.core.domain.dto.OperLogDTO;
|
||||||
import org.springframework.scheduling.annotation.Async;
|
import org.springframework.scheduling.annotation.Async;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通用 操作日志
|
||||||
|
*
|
||||||
|
* @author Lion Li
|
||||||
|
*/
|
||||||
public interface OperLogService {
|
public interface OperLogService {
|
||||||
|
|
||||||
@Async
|
@Async
|
||||||
void recordOper(OperLogDTO operLogDTO);
|
void recordOper(OperLogDTO operLogDTO);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user