diff --git a/detection/src/main/java/com/njcn/gather/result/pojo/vo/RawDataExcel.java b/detection/src/main/java/com/njcn/gather/result/pojo/vo/RawDataExcel.java index 86251ba9..f7b00eba 100644 --- a/detection/src/main/java/com/njcn/gather/result/pojo/vo/RawDataExcel.java +++ b/detection/src/main/java/com/njcn/gather/result/pojo/vo/RawDataExcel.java @@ -1,7 +1,6 @@ package com.njcn.gather.result.pojo.vo; import cn.afterturn.easypoi.excel.annotation.Excel; -import com.njcn.gather.device.pojo.vo.PqDevExcel; import lombok.Data; import lombok.EqualsAndHashCode;