将邮件事件表附加到全国火系统中

This commit is contained in:
liuchengqian 2025-01-13 09:59:49 +08:00
parent 3083b84c80
commit 238b854ec3

View File

@ -65,7 +65,7 @@ public class EmailEventEntity implements Serializable {
/**
* 发信地址(不带发件人别名)
*/
@Column(length = 255, columnDefinition = "varchar(255)")
@Column(name = "email_from", length = 255, columnDefinition = "varchar(255)")
private String from;
/**