whycxzp
2021-02-05 8cf143a196e20ddd68cbf9855290f2d3a0b78da0
src/main/java/com/fgkj/controller/Cmcc_Power_DataController.java
@@ -1,14 +1,11 @@
package com.fgkj.controller;
import com.fgkj.util.*;
import com.fgkj.dto.BattInf;
import com.fgkj.dto.Cmcc_Power_Data;
import com.fgkj.dto.ServiceModel;
import com.fgkj.services.Cmcc_Power_DataService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
@@ -16,6 +13,7 @@
@RequestMapping("cmccPowerData")
@RestController
@Api(tags = "cmccPowerData接口")
//Perry TODO
public class Cmcc_Power_DataController{
   @Resource