whycxzp
2021-02-27 b6da124c01878800d2061e4e29d4f0bb6a7b94e4
src/main/java/com/whyc/controller/CentralMonitorSysCtrlController.java
@@ -12,10 +12,14 @@
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
 * 集中监控系统控制信息表:
 *  在数据库中的体现为直流主配电板中的控制接口的信息
 */
@RequestMapping("centralMonitorSysCtrl")
@RestController
@Api(tags = "集中监控系统Ctrl")
@Api(tags = "集中监控系统-控制状态")
@Controller
public class CentralMonitorSysCtrlController {