using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipaySecurityProdNopidBatchqueryResponse.
///
public class AlipaySecurityProdNopidBatchqueryResponse : AopResponse
{
///
/// 111
///
[XmlElement("rthreemcc")]
public string Rthreemcc { get; set; }
}
}