1、增加站点经纬度导出
This commit is contained in:
parent
230b30dcec
commit
9cf7bd50a5
@ -80,6 +80,13 @@ public class GnssStatusJoin {
|
|||||||
@ExcelIgnore
|
@ExcelIgnore
|
||||||
Integer group_id;
|
Integer group_id;
|
||||||
|
|
||||||
@ExcelIgnore
|
@ExcelProperty("工点")
|
||||||
String name;//设备名称
|
String name;//设备名称
|
||||||
|
|
||||||
|
@ExcelProperty("纬度")
|
||||||
|
Double latitude;
|
||||||
|
@ExcelProperty("经度")
|
||||||
|
Double longitude;
|
||||||
|
@ExcelProperty("海拔")
|
||||||
|
Double altitude;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user