This commit is contained in:
2025-07-10 14:38:56 +08:00
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.PostMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import javax.servlet.http.HttpServletResponse;
@@ -40,8 +41,9 @@ import java.util.*;
* @Copyright gdxz
*/
@Controller
@RestController
@Api(tags = "")
@OperateLog
public class CaseplatformCaseExcelController {
@Autowired
private CaseplatformCaseService caseplatformCaseService;