fixed some db issues and added a preview

This commit is contained in:
Jamie Rees 2016-03-01 23:21:38 +00:00
parent f1b33cf794
commit 7404fd449a
6 changed files with 14 additions and 12 deletions

View file

@ -16,7 +16,7 @@ namespace RequestPlex.Store
public DateTime ReleaseDate { get; set; }
public RequestType Type { get; set; }
public string Status { get; set; }
public string RequestedStatus { get; set; }
public bool Approved { get; set; }
public string RequestedBy { get; set; }
public DateTime RequestedDate { get; set; }