diff --git a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java index 19b3033e..184eef0c 100644 --- a/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/part/service/impl/PartInformationServiceImpl.java @@ -58,6 +58,7 @@ import com.spring.modules.test.vo.TestInformationVo; import ifs.fnd.ap.APException; import ifs.fnd.ap.Server; import lombok.extern.slf4j.Slf4j; +import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.xssf.usermodel.XSSFRow; import org.apache.poi.xssf.usermodel.XSSFSheet; import org.apache.poi.xssf.usermodel.XSSFWorkbook; @@ -626,7 +627,7 @@ public class PartInformationServiceImpl extends ServiceImpl