From 3e6d88030fc747d89c9b6fc0e3f7191ac5550974 Mon Sep 17 00:00:00 2001 From: xins Date: Fri, 1 Sep 2023 08:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=A5=E4=BE=9D=E5=BE=AE=E6=9C=8D=E5=8A=A11.?= =?UTF-8?q?08=E7=89=88=E6=9C=AC=EF=BC=8C=E5=A2=9E=E5=8A=A0HwMonitorPlatfor?= =?UTF-8?q?mController=EF=BC=8C=E7=9B=91=E6=8E=A7=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E7=9A=84Controller?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/controller/HwMonitorPlatformController.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ruoyi-modules/hw-business/src/main/java/com/ruoyi/business/controller/HwMonitorPlatformController.java diff --git a/ruoyi-modules/hw-business/src/main/java/com/ruoyi/business/controller/HwMonitorPlatformController.java b/ruoyi-modules/hw-business/src/main/java/com/ruoyi/business/controller/HwMonitorPlatformController.java new file mode 100644 index 0000000..ab5d1be --- /dev/null +++ b/ruoyi-modules/hw-business/src/main/java/com/ruoyi/business/controller/HwMonitorPlatformController.java @@ -0,0 +1,9 @@ +package com.ruoyi.business.controller; + +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +@RestController +@RequestMapping("/monitorPlatform") +public class HwMonitorPlatformController { +}