aix
2024-07-19 c2defb8ee038ae780e2f8c57839ea3558f4f1f4b
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;
}