mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
feat(同步管理-任务管理): 支持增量同步
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user