started with zonering sample/test code.

This commit is contained in:
2020-10-15 15:14:29 +02:00
parent 048964a466
commit 07985f6fcf
8 changed files with 213 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
namespace FarmmapsHaulmkilling.Models
{
public class Settings
{
public string CropfieldItemCode { get; set; }
public string SatelliteTaskCode { get; set; }
}
}