Added property for where item originated from to ProductListingInfo.

This commit is contained in:
2021-07-24 02:35:44 -05:00
parent 21cd712667
commit 3a079206b0
4 changed files with 10 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ namespace Props.Models.Search
{
public int Id { get; set; }
public string OriginName { get; set; }
public uint Hits { get; set; }
public DateTime LastUpdated { get; set; }