namespace CRM.Core.DTO.Res { public class JionActiveDto { public string username { get; set; } public string mobile { get; set; } public string campaignId { get; set; } public string deptcode { get; set; } public string datatype { get; set; } public string extxml { get; set; } public string kword { get; set; } public string jsondata { get; set; } public string account { get; set; } public int accounttype { get; set; } public int? ch { get; set; } public int? resourcetype { get; set; } public int? assigntype { get; set; } public int? eid { get; set; } public int? groupid { get; set; } public int? deptid { get; set; } public string umid { get; set; } } }