forked from github/dataease
fix(同步管理): 修复SqlServer数据同步报错的问题
This commit is contained in:
parent
a24d2ca249
commit
ace3ea4da2
@ -109,6 +109,7 @@ export interface ITarget {
|
|||||||
property: ITargetProperty
|
property: ITargetProperty
|
||||||
incrementSync: string
|
incrementSync: string
|
||||||
incrementField: string
|
incrementField: string
|
||||||
|
incrementFieldType: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export class ITaskInfoRes {
|
export class ITaskInfoRes {
|
||||||
|
@ -22,4 +22,5 @@ public class Target {
|
|||||||
private String incrementField;
|
private String incrementField;
|
||||||
private String datasourceVersion;
|
private String datasourceVersion;
|
||||||
private double faultToleranceRate;
|
private double faultToleranceRate;
|
||||||
|
private String incrementFieldType;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user