File was renamed from src/main/java/com/whyc/controller/BattTestDataInfController.java |
| | |
| | | package com.whyc.controller; |
| | | |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.service.BattTestDataInfService; |
| | | import com.whyc.service.BattLithiumTestDataInfService; |
| | | import com.whyc.service.ExcelExportService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | import java.util.Map; |
| | | |
| | | @RestController |
| | | @Api(tags = "测试管理") |
| | | @RequestMapping("tinf") |
| | | public class BattTestDataInfController { |
| | | @Api(tags = "锂电池测试信息表") |
| | | @RequestMapping("battLithiumTestDataInf") |
| | | public class BattLithiumTestDataInfController { |
| | | @Autowired |
| | | private BattTestDataInfService service; |
| | | private BattLithiumTestDataInfService service; |
| | | |
| | | @Autowired |
| | | private ExcelExportService exportService; |