forked from github/dataease
fix(同步管理-任务管理): 修复全量同步时,源数据库表数据被删除,目标数据库表数据不能同步删除的问题
This commit is contained in:
parent
ba909e2064
commit
15e24140be
@ -20,4 +20,5 @@ public class Target {
|
|||||||
private String targetProperty;
|
private String targetProperty;
|
||||||
private String incrementSync;
|
private String incrementSync;
|
||||||
private String incrementField;
|
private String incrementField;
|
||||||
|
private String datasourceVersion;
|
||||||
}
|
}
|
||||||
|
@ -112,7 +112,10 @@ public class TaskInfoVO {
|
|||||||
* fail失败
|
* fail失败
|
||||||
*/
|
*/
|
||||||
private String lastExecuteStatus;
|
private String lastExecuteStatus;
|
||||||
private Long incrementValue;
|
/**
|
||||||
|
* 增量任务
|
||||||
|
*/
|
||||||
|
private boolean incrementTask;
|
||||||
|
|
||||||
// 以下为日志信息
|
// 以下为日志信息
|
||||||
private String logId;
|
private String logId;
|
||||||
|
Loading…
Reference in New Issue
Block a user