src/main/java/com/dji/sample/patches/model/PatchesEntity.java
@@ -62,11 +62,10 @@ private String sjlx; @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; }