DeliveryConfirmation: enhance calculation

This commit is contained in:
2023-10-15 13:12:40 +02:00
parent 62bf425313
commit b6d74d3c07
5 changed files with 57 additions and 28 deletions

View File

@ -14,7 +14,7 @@ namespace Elwig.Models {
public int? MaxKgPerHa { get; set; }
[Column("fill_lower_bins")]
public bool FillLowerBins { get; set; }
public int FillLowerBins { get; set; }
[Column("active")]
public bool IsActive { get; set; }