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

21 lines
729 B
C#

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; }
}
}