mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 03:11:44 +08:00
feat: 定时报告发送至角色、组织
This commit is contained in:
@@ -36,4 +36,8 @@ public class XpackEmailTaskRequest extends XpackTaskCreateRequest {
|
||||
private String groups;
|
||||
|
||||
private Integer extWaitTime = 0;
|
||||
|
||||
private String roleList;
|
||||
|
||||
private String orgList;
|
||||
}
|
||||
|
||||
@@ -39,4 +39,8 @@ public class XpackEmailTemplateDTO implements Serializable {
|
||||
|
||||
private Integer extWaitTime = 0;
|
||||
|
||||
private String roleList;
|
||||
|
||||
private String orgList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user