Explorar el Código

3/22 合享扒数据进程 20%

chendayu hace 2 años
padre
commit
bbe45ab316

+ 0 - 6
src/main/java/com/example/demo/service/UploadFromWebService.java

@@ -1,15 +1,9 @@
 package com.example.demo.service;
 
-import com.alibaba.fastjson.JSONObject;
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
 import com.example.demo.domain.PatentCell;
-import com.example.demo.domain.QrtzTask;
 import com.example.demo.domain.UploadFileDTO;
 import com.example.demo.domain.WebConfig;
-import com.example.demo.mapper.QrtzTaskMapper;
-import com.example.demo.model.dto.QuartzTaskDTO;
 import com.example.demo.util.FileUtils;
-import com.gargoylesoftware.htmlunit.javascript.background.JavaScriptExecutor;
 import lombok.RequiredArgsConstructor;
 import org.openqa.selenium.Alert;
 import org.openqa.selenium.By;