@@ -159,6 +159,14 @@ public class AlarmEventController extends BaseController {
return R.ok();
}
+
+ /**
+ *
+ * @param start
+ * @param end
+ * @param source
+ * @return
+ */
@PostMapping("/insertEventByReport")
public R insertEventByReport(String start, String end, String source) {
if (StringUtils.isBlank(start) || StringUtils.isBlank(end)) {