namespace JNPF.VisualDev.Entitys.Dto.Dashboard;
///
/// 我的待办输出实体类.
///
public class FlowTodoCountInput
{
///
/// 待我审核.
///
public List toBeReviewedType { get; set; }
///
/// 已办事宜.
///
public List flowDoneType { get; set; }
///
/// 抄送.
///
public List flowCirculateType { get; set; }
}