NTC MAIL 添加 eml_key字段
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user