small fix

This commit is contained in:
2020-11-12 22:12:31 +01:00
parent 5066969e98
commit f972699fe9
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ namespace FarmmapsHaulmkilling.Models
public class InputParameter
{
public string ItemCode { get; set; }
public string ItemLayer { get; set; }
public string LayerName { get; set; }
}
}