namespace JNPF.VisualDev.Entitys.Dto.Dashboard; /// /// 我的待办输出实体类. /// public class FlowTodoCountOutput { /// /// 待我审核. /// public int toBeReviewed { get; set; } /// /// 流程委托. /// public int entrust { get; set; } /// /// 已办事宜. /// public int flowDone { get; set; } /// /// 抄送. /// public int flowCirculate { get; set; } }