WineAttr: Add fill_lower_bins
This commit is contained in:
@ -13,6 +13,9 @@ namespace Elwig.Models {
|
||||
[Column("max_kg_per_ha")]
|
||||
public int? MaxKgPerHa { get; set; }
|
||||
|
||||
[Column("fill_lower_bins")]
|
||||
public bool FillLowerBins { get; set; }
|
||||
|
||||
[Column("active")]
|
||||
public bool IsActive { get; set; }
|
||||
public override string ToString() {
|
||||
|
Reference in New Issue
Block a user