Add source URL to machine photos.

This commit is contained in:
2019-05-29 01:00:27 +01:00
parent 785892decb
commit bb931e7209
11 changed files with 5464 additions and 6 deletions

View File

@@ -71,5 +71,6 @@ namespace cicm_web.Areas.Admin.Models
public string UploadUser { get; set; }
public string Machine { get; set; }
public int MachineId { get; set; }
public string Source { get; set; }
}
}