refactor: 优化部分代码

修复阿里巴巴规范扫描问题
This commit is contained in:
2024-01-27 15:38:11 +08:00
parent 03038d3b64
commit bcdcf888fb
8 changed files with 31 additions and 26 deletions

View File

@@ -79,6 +79,7 @@ public interface LogService {
/**
* 查询仪表盘访问趋势信息
*
* @param days 日期数
* @return 仪表盘访问趋势信息
*/
List<DashboardAccessTrendResp> listDashboardAccessTrend(Integer days);