using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenPublicThirdCustomerServiceModel Data Structure. /// [Serializable] public class AlipayOpenPublicThirdCustomerServiceModel : AopObject { /// /// 服务窗商户在渠道商处对应的用户id /// [XmlElement("channel_uid")] public string ChannelUid { get; set; } } }