using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// AlibabaWeatherWaterGetResponse.
///
public class AlibabaWeatherWaterGetResponse : TopResponse
{
///
/// 监控站点的详细信息
///
[XmlElement("monitor_station")]
public Top.Api.Domain.Monitorstation MonitorStation { get; set; }
}
}