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; }