Compare commits

..

No commits in common. "b2e8cf1c3328e849534ec9cc5e1c6d3475b42f73" and "96cd9b53c2a20c7c69a8ce5f08aa0d770913825e" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -180,11 +180,11 @@ public class DockDetailVO extends DockVO {
/** /**
*纬度 *纬度
*/ */
private Double latitude; private String latitude;
/** /**
* 经度 * 经度
*/ */
private Double longitude; private String longitude;
} }

View File

@ -73,9 +73,9 @@ public class DockWithGPSVO implements Serializable {
private List<PayloadVO> payloadList; private List<PayloadVO> payloadList;
/** 纬度 */ /** 纬度 */
private Double latitude; private String latitude;
/** 经度 */ /** 经度 */
private Double longitude; private String longitude;
} }

@ -1 +1 @@
Subproject commit 6a48c2a3b6329a87abffff6d00fc584d7c53bac7 Subproject commit c57f66e0b7e793bba93fbd697fcb8bc556c8ff4d