Commit abc2094e authored by gdlcf88's avatar gdlcf88

Adjusted properties in Order aggregate root

parent 31aadba3
......@@ -19,10 +19,6 @@ namespace EasyAbp.EShop.Orders.Orders
public virtual bool NeedShipping { get; protected set; }
public virtual Guid? ShippingAddressId { get; protected set; }
public virtual Guid? ShippingMethodId { get; protected set; }
[NotNull]
public virtual string Currency { get; protected set; }
......@@ -42,6 +38,12 @@ namespace EasyAbp.EShop.Orders.Orders
[CanBeNull]
public virtual string StaffRemark { get; protected set; }
public virtual DateTime? PaidTime { get; protected set; }
public virtual DateTime? CompletionTime { get; protected set; }
public virtual DateTime? CancelledTime { get; protected set; }
public virtual List<OrderLine> OrderLines { get; protected set; }
}
}
\ No newline at end of file
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