TG.WXCRM.V4/CRMServices/PkgSms/InterfaceModel/MtResponse.cs

12 lines
222 B
C#

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