using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowLaunch; [SuppressSniffer] public class FlowLaunchActionWithdrawInput { /// /// 撤回意见. /// public string? handleOpinion { get; set; } }