添加系统日志统计
This commit is contained in:
+7
@@ -22,4 +22,11 @@ public interface LogBusService {
|
||||
*/
|
||||
void saveLog(LogBody logBody);
|
||||
|
||||
/**
|
||||
* 日志统计
|
||||
*
|
||||
* @return 保存结果
|
||||
*/
|
||||
String total();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user