|
|
|
@ -3,10 +3,11 @@ using System.Collections.Generic; |
|
|
|
using System.ComponentModel; |
|
|
|
using System.ComponentModel.DataAnnotations; |
|
|
|
using System.Linq; |
|
|
|
using Volo.Abp.Data; |
|
|
|
|
|
|
|
namespace EasyAbp.EShop.Orders.Orders.Dtos |
|
|
|
{ |
|
|
|
public class CreateOrderDto : IValidatableObject |
|
|
|
public class CreateOrderDto : IHasExtraProperties, IValidatableObject |
|
|
|
{ |
|
|
|
[DisplayName("OrderStoreId")] |
|
|
|
public Guid StoreId { get; set; } |
|
|
|
|