namespace CRM.Core.DTO
{
public class SYNC_PUSH_DTO
public string jsontext { get; set; }
public string bidatatype { get; set; }
public string deptcode { get; set; }
public int? isbatch { get; set; }
}