添加经纬度
This commit is contained in:
parent
159413362d
commit
ab457937ff
|
|
@ -177,5 +177,14 @@ public class DockDetailVO extends DockVO {
|
||||||
@Excel(name = "Y轴夹状态")
|
@Excel(name = "Y轴夹状态")
|
||||||
private String yAxisClampStatus;
|
private String yAxisClampStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*纬度
|
||||||
|
*/
|
||||||
|
private String latitude;
|
||||||
|
/**
|
||||||
|
* 经度
|
||||||
|
*/
|
||||||
|
private String longitude;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2ea81a491c33137f09545ff5928b9999870af8ca
|
Subproject commit 9bee1836ddf0a93952c8ecc5910661b99e32a5fa
|
||||||
Loading…
Reference in New Issue