rain
2024-03-25 0de01eba0bde756a1c4fec13615fe92b2cf51db3
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;
}