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