WIP NBS uploads json

This commit is contained in:
2020-06-15 20:50:43 +02:00
parent d1bfd92c78
commit 10b6cc8cd1
6 changed files with 833 additions and 122 deletions

View File

@@ -5,7 +5,7 @@ namespace FarmmapsNbs.Models
{
public class NitrogenInput
{
public string ZippedShapeFile { get; set; }
public string File { get; set; }
public string InputVariable { get; set; }
public string OutputFileName { get; set; }
public DateTime PlantingDate { get; set; }