Commit 89055787 authored by gdlcf88's avatar gdlcf88

Add BasketLabel property to BasketItem. Close #3

parent 04f69836
...@@ -9,6 +9,8 @@ namespace EasyAbp.EShop.Baskets.BasketItems ...@@ -9,6 +9,8 @@ namespace EasyAbp.EShop.Baskets.BasketItems
{ {
public virtual Guid? TenantId { get; protected set; } public virtual Guid? TenantId { get; protected set; }
public virtual string BasketLabel { get; protected set; }
public virtual Guid UserId { get; protected set; } public virtual Guid UserId { get; protected set; }
public virtual Guid ProductId { get; protected set; } public virtual Guid ProductId { get; protected set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment