aijinhui
2024-01-14 8a4810082529e48259ec332e034c05f1eea2399b
1
2
3
4
5
6
package com.ruoyi.alarm.radar.service;
 
public interface ArdRadarService {
    void forceGuide(String msg);
    void followGuide(String msg);
}