feat(X-Pack): 同步管理,存量定时同步任务在未同步过任何数据到目标表时,允许修改目标表的结构 #14362

This commit is contained in:
jianneng-fit2cloud
2025-01-13 18:44:06 +08:00
parent df142c5157
commit 41ee7b0847
3 changed files with 15 additions and 1 deletions

View File

@@ -109,4 +109,13 @@ public class TaskInfoDTO {
* 目标数据源信息
*/
private Target target;
/**
* 编辑标识
*/
private boolean editing;
/**
* 所有内容可编辑
*/
private boolean editable;
}

View File

@@ -132,4 +132,9 @@ public class TaskInfoVO {
*/
private boolean withinCycle;
/**
* 所有内容可编辑
*/
private boolean editable;
}