refactoring

This commit is contained in:
2026-04-17 10:29:41 +02:00
parent 83a400a90e
commit bec0410ef4
17 changed files with 1752 additions and 432 deletions
@@ -7,7 +7,7 @@ public class FieldTransformationRule
public int Id { get; set; }
[Required]
public string SourceSystem { get; set; } = "SAP";
public string SourceSystem { get; set; } = string.Empty;
[Required]
public string SourceField { get; set; } = nameof(SalesRecord.Material);