添加group/docks/2
This commit is contained in:
parent
b246e53901
commit
ba6fc1e068
|
|
@ -72,4 +72,10 @@ public class DockWithGPSVO implements Serializable {
|
||||||
/** 挂载列表 */
|
/** 挂载列表 */
|
||||||
private List<PayloadVO> payloadList;
|
private List<PayloadVO> payloadList;
|
||||||
|
|
||||||
|
/** 纬度 */
|
||||||
|
private String latitude;
|
||||||
|
|
||||||
|
/** 经度 */
|
||||||
|
private String longitude;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 31454217ea9b6e7f31cd83584244dbfffac0b067
|
Subproject commit c57f66e0b7e793bba93fbd697fcb8bc556c8ff4d
|
||||||
Loading…
Reference in New Issue