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

14 lines
250 B
C#

using JNPF.DependencyInjection;
namespace JNPF.WorkFlow.Entitys.Dto.FlowDelegete;
[SuppressSniffer]
public class FlowDelegeteUpInput : FlowDelegeteCrInput
{
/// <summary>
/// id.
/// </summary>
public string? id { get; set; }
}