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