chore(file): 清理代码并更新测试路径配置

- 移除未使用的 TimeInterval 和 Autowired 导入
- 更新 WaveFileComponent 中的测试文件路径配置
- 统一代码格式和依赖管理
This commit is contained in:
2026-07-21 16:22:50 +08:00
parent dd7b691993
commit 321e4bace8
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
package com.njcn.device.pq.controller.file;
import cn.hutool.core.date.TimeInterval;
import cn.hutool.core.util.IdUtil;
import com.njcn.common.pojo.annotation.OperateInfo;
import com.njcn.common.pojo.enums.common.LogEnum;
@@ -16,7 +15,6 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.context.request.async.DeferredResult;