feiyu02
昨天 e58a05b78d09bcd4c1a12e8610c5adfc316494e8
src/main/kotlin/com/flightfeather/uav/domain/entity/SceneInfo.java
@@ -28,9 +28,15 @@
    @Column(name = "Location")
    private String location;
    /**
     * 经度,高德地图坐标系
     */
    @Column(name = "Longitude")
    private BigDecimal longitude;
    /**
     * 纬度,高德地图坐标系
     */
    @Column(name = "Latitude")
    private BigDecimal latitude;