邮箱监控界面,添加和修改功能添加邮箱服务器类型,增加emailServerType字段
This commit is contained in:
parent
9e65ca7493
commit
56bd405d8d
|
@ -36,4 +36,6 @@ public class EmailDto implements Serializable {
|
|||
private String username; // 邮箱用户名
|
||||
|
||||
private Integer isQiye; // 是否企业邮箱
|
||||
|
||||
private Integer emailServerType;
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
e.is_qiye,
|
||||
e.enabled,
|
||||
e.email_server_address,
|
||||
e.email_server_type,
|
||||
COUNT (l.id) AS alarms
|
||||
FROM
|
||||
sys_email e
|
||||
|
|
Loading…
Reference in New Issue
Block a user