linwe
2024-07-17 36fe71cc6f93197aec868fd57e39e7dc63aef367
src/main/java/org/springblade/modules/system/service/ILogService.java
@@ -51,4 +51,10 @@
    */
   Boolean saveErrorLog(LogError log);
   /**
    * 清理时间范围外的日志记录信息
    * @param param
    * @return
    */
    boolean removeLogs(String param);
}