src/main/java/com/whyc/controller/MonInfController.java
@@ -1,14 +1,12 @@ package com.whyc.controller; import com.whyc.dto.Response; import com.whyc.pojo.MonInf; import com.whyc.pojo.db_batt.MonInf; import com.whyc.service.MonInfService; 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.servlet.http.HttpServletRequest; @RequestMapping("mon") @RestController