TG.WXCRM.V4/WX.CRM.DataSynApi/Application/SYNC_PUSH_DTO.cs

10 lines
268 B
C#

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