namespace Hotline.Share.Dtos.FlowEngine; public class TerminateDto { public string WorkflowId { get; set; } /// <summary> /// 办理意见 /// </summary> public string Opinion { get; set; } }