using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayEcoLogisticsExpressNonserviceQueryModel Data Structure. /// [Serializable] public class AlipayEcoLogisticsExpressNonserviceQueryModel : AopObject { /// /// 物流机构编码,参照物流机构编码文档,点此下载。 /// [XmlElement("logis_merch_code")] public string LogisMerchCode { get; set; } } }