linwe
2024-05-25 7730a5e43fbf8bb7f5c94760321e7577fca4bd57
src/main/java/org/springblade/modules/system/mapper/LogErrorMapper.java
@@ -26,4 +26,8 @@
 */
public interface LogErrorMapper extends BaseMapper<LogError> {
   /**
    * 删除日志
    */
    void removeByTime();
}