forked from FarmMaps/FarmMapsApiClient
Handle events.
Calculate targetn.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace FarmmapsApi.Models
|
||||
public string ItemType { get; set; }
|
||||
public string Name { get; set; }
|
||||
public DateTime? DataDate { get; set; }
|
||||
public DateTime? DataEndDate { get; set; }
|
||||
public JObject Geometry { get; set; }
|
||||
public JObject Data { get; set; }
|
||||
public IList<string> Tags { get; set; }
|
||||
|
Reference in New Issue
Block a user