新增MySQL和pg数据库的同步
This commit is contained in:
@@ -66,24 +66,6 @@ public class SyncTask implements Serializable {
|
||||
@TableField("target_table")
|
||||
private String targetTable;
|
||||
|
||||
/**
|
||||
* 同步类型(如全量同步、增量同步等)
|
||||
*/
|
||||
@TableField("sync_type")
|
||||
private String syncType;
|
||||
|
||||
/**
|
||||
* 增量同步字段(用于增量同步时的判断依据)
|
||||
*/
|
||||
@TableField("increment_column")
|
||||
private String incrementColumn;
|
||||
|
||||
/**
|
||||
* 定时任务表达式( cron表达式 )
|
||||
*/
|
||||
@TableField("cron_expression")
|
||||
private String cronExpression;
|
||||
|
||||
/**
|
||||
* 是否激活(任务启用状态标识)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user