src/main/java/com/fgkj/controller/Cmcc_Power_DataController.java
@@ -10,12 +10,14 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; @RequestMapping("cmccPowerData") @RestController @Api public class Cmcc_Power_DataController{ @Autowired @Resource private Cmcc_Power_DataService service; @PostMapping("/")