TG.WXCRM.V4/Core.DTO/SYNC_PUSH_DTO.cs

11 lines
252 B
C#

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