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