using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AntMerchantExpandShopModifyResponse. /// public class AntMerchantExpandShopModifyResponse : AopResponse { /// /// 申请单id /// [XmlElement("order_id")] public string OrderId { get; set; } } }