添加系统日志统计

This commit is contained in:
2026-07-26 12:07:16 +08:00
parent 7a5fcb0853
commit 0b66f3d38d
13 changed files with 394 additions and 6 deletions
@@ -22,4 +22,11 @@ public interface LogBusService {
*/
void saveLog(LogBody logBody);
/**
* 日志统计
*
* @return 保存结果
*/
String total();
}