using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// OpenmallTradeShipaddressUpdateResponse.
///
public class OpenmallTradeShipaddressUpdateResponse : TopResponse
{
///
/// 订单号
///
[XmlElement("tid")]
public string Tid { get; set; }
}
}