1、增加站点经纬度导出

This commit is contained in:
weidong 2024-04-06 21:39:22 +08:00
parent 230b30dcec
commit 9cf7bd50a5

View File

@ -80,6 +80,13 @@ public class GnssStatusJoin {
@ExcelIgnore
Integer group_id;
@ExcelIgnore
@ExcelProperty("工点")
String name;//设备名称
@ExcelProperty("纬度")
Double latitude;
@ExcelProperty("经度")
Double longitude;
@ExcelProperty("海拔")
Double altitude;
}