fix sync records

This commit is contained in:
fyears
2024-03-30 21:44:09 +08:00
parent 1c918d82da
commit 7930509e2a
2 changed files with 78 additions and 13 deletions
+2
View File
@@ -224,6 +224,8 @@ export interface MixedEntity {
decisionBranch?: number;
decision?: DecisionTypeForMixedEntity;
conflictAction?: ConflictActionType;
sideNotes?: any;
}
/**