rain
2024-06-24 1fc2b9a38ce7fb5f0a78361a731e98750fbd20c1
src/main/java/com/dji/sample/log/model/entity/DroneFlightLogInfoEntity.java
@@ -31,5 +31,9 @@
    private Double longitude;
    @TableField(value = "create_time", fill = FieldFill.INSERT)
    private Long createTime;
    @TableField("height")
    private Double height;
    @TableField("elevation")
    private Double elevation;
}