This commit is contained in:
mmrbnjd
2024-07-20 21:27:09 +03:30
parent d67a9ae440
commit 7812403ad9
4 changed files with 69 additions and 35 deletions

View File

@@ -17,6 +17,8 @@ namespace Back.Data.Models
public string? ResponseModel { get; set; }
[Column(TypeName = "nvarchar(MAX)")]
public string? InquiryResultModel { get; set; }
[Column(TypeName = "nvarchar(MAX)")]
public string? ErrorsModel { get; set; }
public SentStatus SentStatus { get; set; }
#region Navigation