- package com.xunmei.iot.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * @author 高雄
- * 告警设备规则
- */
- @RestController
- @RequestMapping("/iot_alarm_device")
- public class IotAlarmRuleSourceController {
- }
|