Rejection reason added to Document
This commit is contained in:
parent
95c08da571
commit
48ec0e2439
@ -9,5 +9,6 @@ namespace InternshipSystem.Core
|
|||||||
public byte[] Scan { get; set; }
|
public byte[] Scan { get; set; }
|
||||||
public DocumentType Type { get; set; }
|
public DocumentType Type { get; set; }
|
||||||
public DocumentState State { get; set; }
|
public DocumentState State { get; set; }
|
||||||
|
public string RejectionReason { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user