linwe
2024-05-25 749f2fe0ee4061c502ab9a2c22773c1e2e51b595
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);
}