OrderPreviousDto.cs 171 B

123456789
  1. using Hotline.Share.Dtos.FlowEngine;
  2. namespace Hotline.Share.Dtos.Order;
  3. public class OrderPreviousDto : PreviousWorkflowDto
  4. {
  5. public string OrderId { get; set; }
  6. }