blah test

This commit is contained in:
2023-03-22 14:48:13 +01:00
parent cb999caf46
commit 32138bef80
9 changed files with 352 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
namespace FarmmapsKPI
{
public class Settings
{
public string CropfieldItemCode { get; set; }
//public string SatelliteTaskCode { get; set; }
//public string VanDerSatTaskCode { get; set; }
//public string WatBalTaskCode { get; set; }
}
}