zhangnaisong
2024-07-24 675075c8e140ee0882c5277bd68468fe6194b207
1
2
3
4
5
6
package com.ruoyi.alarm.radar.service;
 
public interface ArdRadarService {
    void forceGuide(String msg);
    void followGuide(String msg);
}