package com.ruoyi.alarm.radar.service; public interface ArdRadarService { void forceGuide(String msg); void followGuide(String msg); }