From 24fd4ac01b448c2dab5dbcc1f9a641a38fc783e7 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期一, 26 七月 2021 11:30:07 +0800 Subject: [PATCH] 更新演示接口 --- src/main/java/com/whyc/controller/AFEInverterController.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/whyc/controller/AFEInverterController.java b/src/main/java/com/whyc/controller/AFEInverterController.java index 21e24a9..13dcfd7 100644 --- a/src/main/java/com/whyc/controller/AFEInverterController.java +++ b/src/main/java/com/whyc/controller/AFEInverterController.java @@ -10,10 +10,7 @@ import io.swagger.annotations.ApiOperation; import jdk.nashorn.internal.objects.annotations.Getter; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.web.bind.annotation.GetMapping; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RequestParam; -import org.springframework.web.bind.annotation.RestController; +import org.springframework.web.bind.annotation.*; import java.util.List; import java.util.Map; -- Gitblit v1.9.1