Files
tnb.server/workflow/Tnb.WorkFlow.Entitys/Dto/FlowLaunch/FlowLaunchActionWithdrawInput.cs
2023-03-13 15:00:34 +08:00

13 lines
256 B
C#

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