Browse Source

Remove the unused property

pull/237/head
gdlcf88 3 years ago
parent
commit
a5261a9486
  1. 3
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain/EasyAbp/EShop/Products/Products/ProductSku.cs

3
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Domain/EasyAbp/EShop/Products/Products/ProductSku.cs

@ -16,9 +16,6 @@ namespace EasyAbp.EShop.Products.Products
[CanBeNull]
public virtual string Name { get; protected set; }
[CanBeNull]
public virtual string Description { get; protected set; }
[NotNull]
public virtual string Currency { get; protected set; }

Loading…
Cancel
Save