邮箱监控界面,添加和修改功能添加邮箱服务器类型,增加emailServerType字段

This commit is contained in:
duwenyuan 2025-05-15 10:53:29 +08:00
parent 9e65ca7493
commit 56bd405d8d
2 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,6 @@ public class EmailDto implements Serializable {
private String username; // 邮箱用户名 private String username; // 邮箱用户名
private Integer isQiye; // 是否企业邮箱 private Integer isQiye; // 是否企业邮箱
private Integer emailServerType;
} }

View File

@ -36,6 +36,7 @@
e.is_qiye, e.is_qiye,
e.enabled, e.enabled,
e.email_server_address, e.email_server_address,
e.email_server_type,
COUNT (l.id) AS alarms COUNT (l.id) AS alarms
FROM FROM
sys_email e sys_email e