also logging satellitetaskcode to cropfieldtable in database

This commit is contained in:
2021-05-29 12:50:33 +02:00
parent 111b4e576f
commit d1747427bc
2 changed files with 51 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ namespace FarmmapsBulkSatDownload.Models
public DateTime lastdownloadedimagedate { get; set; }
public JObject GeometryJson { get; set; }
public string cropfielditemcode { get; set; }
public string satellitetaskcode { get; set; }
public string downloadFolder { get; set; }
public string fileNameStats { get; set; }
public DB database { get; set; }