Added fields to maintenances model and config

This commit is contained in:
Lucio Maranta
2018-06-05 16:26:08 +02:00
parent 801e422345
commit 83cf50ecab
18 changed files with 163 additions and 29 deletions
@@ -11,5 +11,8 @@ namespace Step.Model.ConfigModels
public DateTime Deadline { get; set; }
public string Type { get; set; }
public int CouterId { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public string UnitOfMeasure { get; set; }
}
}