NTC MAIL 添加 eml_key字段

This commit is contained in:
leijun
2018-08-21 12:02:00 +08:00
parent d52178a510
commit de567f9e35
4 changed files with 992 additions and 981 deletions

View File

@@ -9,7 +9,15 @@ public class NtcMailLog extends BaseLogEntity<NtcMailLog> {
private String mailTo;
private String subject;
private String emlFile;
private String emlKey;
public String getEmlKey() {
return emlKey;
}
public void setEmlKey(String emlKey) {
this.emlKey = emlKey;
}
public String getMailProto() {
return mailProto;
}