Browse Source

Added ProductModificationTime and ProductDetailModificationTime

pull/49/head
gdlcf88 6 years ago
parent
commit
84bf4d6699
  1. 4
      modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/OrderLine.cs

4
modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/OrderLine.cs

@ -12,6 +12,10 @@ namespace EasyAbp.EShop.Orders.Orders
public virtual Guid ProductSkuId { get; protected set; }
public virtual DateTime ProductModificationTime { get; protected set; }
public virtual DateTime ProductDetailModificationTime { get; protected set; }
[NotNull]
public virtual string ProductName { get; protected set; }

Loading…
Cancel
Save