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

13 lines
290 B
C#

using JNPF.Common.Filter;
namespace JNPF.WorkFlow.Entitys.Dto.FlowDelegete
{
public class FlowDelegateQuery : PageInputBase
{
/// <summary>
/// 1:委托设置,2:委托给我的.
/// </summary>
public string myOrDelagateToMe { get; set; }
}
}