namespace Hotline.Share.Dtos.FlowEngine; public class RejectDto : EndWorkflowIdDto { /// <summary> /// 当前办理节点id /// </summary> public string StepId { get; set; } }