Dubbo 路由规则的过滤器实现

This commit is contained in:
YunaiV
2020-07-21 08:07:11 +08:00
parent e6201b00c1
commit 1dadf93449
24 changed files with 160 additions and 571 deletions

View File

@@ -1,15 +0,0 @@
package cn.iocoder.mall.system.api;
import cn.iocoder.mall.system.api.bo.systemlog.AccessLogPageBO;
import cn.iocoder.mall.system.api.dto.systemlog.AccessLogPageDTO;
/**
* 系统日志 Service 接口
*
* 例如说,访问日志、错误日志、操作日志等等
*/
public interface SystemLogService {
AccessLogPageBO getAccessLogPage(AccessLogPageDTO accessLogPageDTO);
}