mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
feat(X-Pack): 定时报告增加水印设置
This commit is contained in:
@@ -25,6 +25,8 @@ public class ReportCreator implements Serializable {
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long rid;
|
||||
|
||||
private Boolean showWatermark;
|
||||
|
||||
private Integer format;
|
||||
|
||||
private List<Long> viewIdList;
|
||||
|
||||
@@ -27,6 +27,8 @@ public class ReportInfoVO implements Serializable {
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long rid;
|
||||
|
||||
private Boolean showWatermark;
|
||||
|
||||
private Integer format;
|
||||
|
||||
private List<String> viewIdList;
|
||||
|
||||
@@ -42,6 +42,8 @@ public class DataVisualizationBaseRequest extends DataVisualizationVO {
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
private Long taskId;
|
||||
|
||||
private Boolean showWatermark;
|
||||
|
||||
@JsonSerialize(using = ToStringSerializer.class)
|
||||
// 数据集分组PID
|
||||
private Long datasetFolderPid;
|
||||
|
||||
Reference in New Issue
Block a user