rain
2024-03-25 0de01eba0bde756a1c4fec13615fe92b2cf51db3
src/main/java/com/dji/sample/patches/model/PatchesEntity.java
@@ -61,14 +61,11 @@
    @TableField("sjlx")
    private String sjlx;
    @TableField("tuban")
    private String tuban;
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
    @TableField("create_time")
    private LocalDateTime createTime;
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss")
    private int createTime;
    @TableField("update_time")
    private LocalDateTime updateTime;
    private int updateTime;
}