| | |
| | | package com.fgkj.controller; |
| | | |
| | | import com.fgkj.util.*; |
| | | |
| | | import com.fgkj.dto.Batt_Maint_Dealarm; |
| | | import com.fgkj.dto.Batttestdatastop; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.services.BatttestdatastopService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | @RequestMapping("battTestDataStop") |
| | | @RestController |
| | | @Api(tags = "battTestDataStop接口") |
| | | //Perry TODO |
| | | public class BatttestdatastopController{ |
| | | |
| | | @Resource |