namespace WX.CRM.DataSynApi.Application { 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; } } }