whycxzp
2021-02-05 8cf143a196e20ddd68cbf9855290f2d3a0b78da0
src/main/java/com/fgkj/controller/BatttestdataController.java
@@ -1,13 +1,10 @@
package com.fgkj.controller;
import com.fgkj.util.*;
import com.fgkj.dto.Batttestdata;
import com.fgkj.dto.ServiceModel;
import com.fgkj.services.BatttestdataService;
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;
@@ -18,6 +15,7 @@
@RequestMapping("battTestData")
@RestController
@Api(tags = "battTestData接口")
//Perry TODO
public class BatttestdataController{
   @Resource