Commit 84bf4d66 authored by gdlcf88's avatar gdlcf88

Added ProductModificationTime and ProductDetailModificationTime

parent b57722cf
......@@ -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; }
......
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