using System;
using System.Xml.Serialization;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// AlipayOpenMiniReleaststBatchqueryResponse.
///
public class AlipayOpenMiniReleaststBatchqueryResponse : AopResponse
{
///
/// 21
///
[XmlElement("des")]
public GavintestNewLeveaOne Des { get; set; }
///
/// 10
///
[XmlElement("out")]
public string Out { get; set; }
}
}