ComplianceServer/oldcode/Core.DTO/Res/RegCountDTO.cs

18 lines
332 B
C#

namespace CRM.Core.DTO.Res
{
public class RegCountDTO
{
public int day_time { get; set; }
public string app { get; set; }
public string plat { get; set; }
public string version { get; set; }
public string channel { get; set; }
public int reg_num { get; set; }
}
}