using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayOpenAppAppcontentFunctionOfflineResponse. /// public class AlipayOpenAppAppcontentFunctionOfflineResponse : AopResponse { /// /// 服务编码 /// [XmlElement("service_code")] public string ServiceCode { get; set; } } }