using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayBossProdMyTestQueryResponse.
///
public class AlipayBossProdMyTestQueryResponse : AopResponse
{
///
/// 经度
///
[XmlElement("longitude")]
public string Longitude { get; set; }
}
}