fix:1.提交邮件日志实体

This commit is contained in:
panbaolin 2023-06-21 11:18:58 +08:00
parent 72f564b155
commit 1c99371fd2

View File

@ -46,7 +46,7 @@ public class SysEmailLog implements Serializable {
@TableField(value = "receive_time")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime receiveTime;
private Date receiveTime;
/**
* 创建时间