mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
feat(X-Pack): 同步管理,任务目标表支持设置表备注
This commit is contained in:
@@ -111,6 +111,7 @@ export interface ITarget {
|
||||
incrementSync: string
|
||||
incrementField: string
|
||||
incrementFieldType: string
|
||||
remarks: string
|
||||
}
|
||||
|
||||
export class ITaskInfoRes {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: e22aa26ec7...b3e8472594
@@ -23,4 +23,5 @@ public class Target {
|
||||
private String datasourceVersion;
|
||||
private double faultToleranceRate;
|
||||
private String incrementFieldType;
|
||||
private String remarks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user