diff --git a/src/InternshipSystem.Core/Entity/Document.cs b/src/InternshipSystem.Core/Entity/Document.cs index 8e7ed74..3cda75c 100644 --- a/src/InternshipSystem.Core/Entity/Document.cs +++ b/src/InternshipSystem.Core/Entity/Document.cs @@ -9,5 +9,6 @@ namespace InternshipSystem.Core public byte[] Scan { get; set; } public DocumentType Type { get; set; } public DocumentState State { get; set; } + public string RejectionReason { get; set; } } } \ No newline at end of file