whycxzp
2025-04-23 388fa419b1519cf1c845de089c35e52f439f985f
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