using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayEcoMycarParkingVehicleQueryResponse. /// public class AlipayEcoMycarParkingVehicleQueryResponse : AopResponse { /// /// 车牌信息(utf-8编码) /// [XmlElement("car_number")] public string CarNumber { get; set; } } }