Added fields to maintenances model and config
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user