diff --git a/modules/EasyAbp.EShop.Orders/host/EasyAbp.EShop.Orders.Web.Unified/EasyAbp.EShop.Orders.Web.Unified.csproj b/modules/EasyAbp.EShop.Orders/host/EasyAbp.EShop.Orders.Web.Unified/EasyAbp.EShop.Orders.Web.Unified.csproj new file mode 100644 index 00000000..e69de29b diff --git a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/Order.cs b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/Order.cs index 8ae3462d..94f5b55c 100644 --- a/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/Order.cs +++ b/modules/EasyAbp.EShop.Orders/src/EasyAbp.EShop.Orders.Domain/Orders/Order.cs @@ -17,8 +17,6 @@ namespace EasyAbp.EShop.Orders.Orders public virtual OrderStatus OrderStatus { get; protected set; } - public virtual bool NeedShipping { get; protected set; } - [NotNull] public virtual string Currency { get; protected set; }