feat: 定时报告发送至角色、组织

This commit is contained in:
fit2cloud-chenyw
2023-12-14 13:39:49 +08:00
parent 0a2bce9d2d
commit f28f9d830f
3 changed files with 14 additions and 0 deletions

View File

@@ -36,4 +36,8 @@ public class XpackEmailTaskRequest extends XpackTaskCreateRequest {
private String groups;
private Integer extWaitTime = 0;
private String roleList;
private String orgList;
}

View File

@@ -39,4 +39,8 @@ public class XpackEmailTemplateDTO implements Serializable {
private Integer extWaitTime = 0;
private String roleList;
private String orgList;
}