Skip to content

Commit

Permalink
Add request body to model
Browse files Browse the repository at this point in the history
  • Loading branch information
amos-cha committed Jul 13, 2023
1 parent 433bed2 commit 834f86f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gordon360/Models/CCT/dbo/RequestResponseLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public partial class RequestResponseLog
[StringLength(510)]
[Unicode(false)]
public string RequestQuery { get; set; }
[Unicode(false)]
public string RequestBody { get; set; }
public int ResponseStatus { get; set; }
public int? ResponseContentLength { get; set; }
}
Expand Down

0 comments on commit 834f86f

Please sign in to comment.