package com.gyee.alarm.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 前端控制器 *

* * @author xieshengjie * @since 2023-04-27 */ @RestController @RequestMapping("//pro-econ-equipment-deviat-speed") public class ProEconEquipmentDeviatSpeedController { }