8888
This commit is contained in:
parent
e21e28e3f9
commit
d3a1bb4282
@ -24,6 +24,7 @@ import org.springframework.stereotype.Controller;
|
|||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestParam;
|
import org.springframework.web.bind.annotation.RequestParam;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
import javax.servlet.http.HttpServletResponse;
|
||||||
@ -40,8 +41,9 @@ import java.util.*;
|
|||||||
* @Copyright gdxz
|
* @Copyright gdxz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Controller
|
@RestController
|
||||||
@Api(tags = "")
|
@Api(tags = "")
|
||||||
|
@OperateLog
|
||||||
public class CaseplatformCaseExcelController {
|
public class CaseplatformCaseExcelController {
|
||||||
@Autowired
|
@Autowired
|
||||||
private CaseplatformCaseService caseplatformCaseService;
|
private CaseplatformCaseService caseplatformCaseService;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user