rain
2024-03-25 471b033688cf85f503081e7401163bcc5fa45351
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;
}