feat(同步管理): 增量同步支持指定正负偏移量

This commit is contained in:
jianneng-fit2cloud
2025-07-10 19:52:41 +08:00
parent 0ba69133bb
commit 2fb9b5df12
6 changed files with 21 additions and 4 deletions

View File

@@ -24,4 +24,6 @@ public class Target {
private double faultToleranceRate;
private String incrementFieldType;
private String remarks;
private Long incrementOffset;
private String incrementOffsetUnit;
}