namespace Hotline.Share.Dtos.FlowEngine; public class EndWorkflowDto { /// /// 办理意见 /// public string Opinion { get; set; } = string.Empty; /// /// 附件 /// public List Additions { get; set; } = new(); }