linwe
2024-06-17 448464bbb8e043c2b8e410947db1f07aa4fd9a4d
src/main/java/org/springblade/modules/system/service/ILogErrorService.java
@@ -26,4 +26,8 @@
 */
public interface ILogErrorService extends IService<LogError> {
   /**
    * 删除日志
    */
    void removeByTime();
}