| | |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | import springfox.documentation.annotations.ApiIgnore; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | return result; |
| | | } |
| | | |
| | | @GetMapping("downloadXml") |
| | | public void downloadXml(HttpServletRequest request, HttpServletResponse response, Long productId, Long taskId, Long itemId,Integer xml) { |
| | | reliabilityAssessService.downloadXml(request,response,productId,taskId,itemId,xml); |
| | | } |
| | | |
| | | @PostMapping("add") |
| | | @ApiOperation("新增") |
| | | @LogOperation("新增") |