parent
d2b173cabe
commit
3e6d88030f
@ -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 {
|
||||
}
|
Loading…
Reference in New Issue