namespace WX.CRM.CRMServices.SMS.InterfaceModel { public class MtResponse { public string mid { get; set; } public string cpmid { get; set; } public string result { get; set; } } }