using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_DTO
{
public class DataDTO
{
///
/// 符合统计范围内的总人数
///
public int Total { get; set; }
///
/// 符合统计范围内且满足条件总人数
///
public int Count { get; set; }
///
/// 分组集合
///
public List