[2.15.0] change the dispatch bean info

This commit is contained in:
zhongchao
2023-03-15 20:11:14 +08:00
parent 8fa666841e
commit 33284fbcf9

View File

@@ -11,8 +11,8 @@ public class DispatchAdasAutoPilotLocReceiverBean {
public static final int DISPATCH_TYPE_START = 1;
public static final int DISPATCH_TYPE_STOP = 2;
private int source; // 1衡阳 2鄂州
private int type; // 1启动 2停止
private int source; // 1站点调度 2机场调度
private int type; // 1调度启动 2调度停止
private String poiId;
private double startLat;