疯狂的狮子li
2022-01-21 b87aeb9b95ddb2f80202355898e2cc92d62b46b4
ruoyi-common/src/main/java/com/ruoyi/common/core/service/OperLogService.java
@@ -3,7 +3,13 @@
import com.ruoyi.common.core.domain.dto.OperLogDTO;
import org.springframework.scheduling.annotation.Async;
/**
 * 通用 操作日志
 *
 * @author Lion Li
 */
public interface OperLogService {
    @Async
    void recordOper(OperLogDTO operLogDTO);
}