Administrator
2024-02-29 454b5a4b87b5c2ffe34f67a53797d6aeb7941995
1
2
3
4
5
6
package com.ruoyi.alarm.radar.service;
 
public interface ArdRadarService {
    void forceGuide(String msg);
    void followGuide(String msg);
}