Browse Source

Add BasketLabel property to BasketItem. Close #3

pull/49/head
gdlcf88 6 years ago
parent
commit
8905578717
  1. 2
      modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain/BasketItems/BasketItem.cs

2
modules/EasyAbp.EShop.Baskets/src/EasyAbp.EShop.Baskets.Domain/BasketItems/BasketItem.cs

@ -9,6 +9,8 @@ namespace EasyAbp.EShop.Baskets.BasketItems
{
public virtual Guid? TenantId { get; protected set; }
public virtual string BasketLabel { get; protected set; }
public virtual Guid UserId { get; protected set; }
public virtual Guid ProductId { get; protected set; }

Loading…
Cancel
Save