forked from github/dataease
feat(同步管理-任务管理): 支持增量同步
This commit is contained in:
parent
13b73a5723
commit
526c2de8f4
@ -107,6 +107,8 @@ export interface ITarget {
|
||||
dsList?: []
|
||||
multipleSelection?: ITableField[]
|
||||
property: ITargetProperty
|
||||
incrementSync: string
|
||||
incrementField: string
|
||||
}
|
||||
|
||||
export class ITaskInfoRes {
|
||||
|
@ -18,4 +18,6 @@ public class Target {
|
||||
private SyncDatasourceDTO datasource;
|
||||
private String datasourceId;
|
||||
private String targetProperty;
|
||||
private String incrementSync;
|
||||
private String incrementField;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user