feat(X-Pack): 同步管理,任务目标表支持设置表备注

This commit is contained in:
jianneng-fit2cloud
2025-04-22 13:53:55 +08:00
parent 45e989218f
commit 4e1b656de3
3 changed files with 3 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ export interface ITarget {
incrementSync: string
incrementField: string
incrementFieldType: string
remarks: string
}
export class ITaskInfoRes {

View File

@@ -23,4 +23,5 @@ public class Target {
private String datasourceVersion;
private double faultToleranceRate;
private String incrementFieldType;
private String remarks;
}