Fix maintenance attachments API

This commit is contained in:
Lucio Maranta
2018-06-19 17:06:03 +02:00
parent 4802ff09c9
commit c636745421
7 changed files with 41 additions and 29 deletions
@@ -18,6 +18,9 @@ namespace Step.Model.DatabaseModels
[Column("file_name")]
public string FileName { get; set; }
[Column("local_file_name")]
public string LocalFileName { get; set; }
[Column("maintenance_id")]
public int MaintenanceId { get; set; }