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