using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// OpenmallRefundSubmitResponse. /// public class OpenmallRefundSubmitResponse : TopResponse { /// /// 提交物流单成功 /// [XmlElement("result")] public bool Result { get; set; } } }