mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
Merge pull request #8143 from dataease/pr@dev-v2@sync-task-increment-sync
feat(同步管理-任务管理): 支持增量同步
This commit is contained in:
commit
9920e61485
@ -107,6 +107,8 @@ export interface ITarget {
|
|||||||
dsList?: []
|
dsList?: []
|
||||||
multipleSelection?: ITableField[]
|
multipleSelection?: ITableField[]
|
||||||
property: ITargetProperty
|
property: ITargetProperty
|
||||||
|
incrementSync: string
|
||||||
|
incrementField: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ITaskInfoRes {
|
export class ITaskInfoRes {
|
||||||
|
@ -18,4 +18,6 @@ public class Target {
|
|||||||
private SyncDatasourceDTO datasource;
|
private SyncDatasourceDTO datasource;
|
||||||
private String datasourceId;
|
private String datasourceId;
|
||||||
private String targetProperty;
|
private String targetProperty;
|
||||||
|
private String incrementSync;
|
||||||
|
private String incrementField;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user