fix(同步管理): 修复SqlServer数据同步报错的问题

This commit is contained in:
jianneng-fit2cloud
2024-08-13 17:09:42 +08:00
parent a24d2ca249
commit ace3ea4da2
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ export interface ITarget {
property: ITargetProperty
incrementSync: string
incrementField: string
incrementFieldType: string
}
export class ITaskInfoRes {