mirror of https://github.com/EasyAbp/EShop.git
5 changed files with 21 additions and 7 deletions
@ -0,0 +1,11 @@ |
|||
using System; |
|||
using Volo.Abp.Application.Dtos; |
|||
|
|||
namespace EasyAbp.EShop.Plugins.FlashSales.FlashSalePlans.Dtos; |
|||
|
|||
public class CreateOrderDto : ExtensibleEntityDto |
|||
{ |
|||
public bool IsSuccess { get; set; } |
|||
|
|||
public Guid? FlashSaleResultId { get; set; } |
|||
} |
|||
Loading…
Reference in new issue