@@ -20,6 +20,7 @@ namespace GreenTree.Nachtragsmanagement.Data.Mapping.Deviation
Property(f => f.IsZeroValue);
Property(f => f.IsDefault);
Property(f => f.IsFinish);
+ Property(f => f.InitialPercentage);
}