using System;
using System.Xml.Serialization;
using System.Collections.Generic;
using Aop.Api.Domain;
namespace Aop.Api.Response
{
///
/// KoubeiMarketingDataNearmallQueryResponse.
///
public class KoubeiMarketingDataNearmallQueryResponse : AopResponse
{
///
/// 商圈信息
///
[XmlArray("near_mall_bos")]
[XmlArrayItem("near_mall_bo")]
public List NearMallBos { get; set; }
}
}