forked from FarmMaps/FarmMapsApiClient
Spray must now contain all fungicide properties
This commit is contained in:
@@ -4,8 +4,8 @@ namespace FarmMapsBlight.Models
|
||||
{
|
||||
public class Spray
|
||||
{
|
||||
public DateTime SprayTime { get; set; }
|
||||
public string fungicideCode { get; set; }
|
||||
public DateTime sprayTime { get; set; }
|
||||
public Fungicide fungicide { get; set; }
|
||||
public double dose { get; set; }
|
||||
public bool isVRA { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user