using Hotline.Share.Dtos.FlowEngine; namespace Hotline.Share.Dtos.Order; public class OrderPreviousDto : PreviousWorkflowDto { public string OrderId { get; set; } }