using System;
using System.Xml.Serialization;
namespace Aop.Api.Domain
{
///
/// AlipayOpenAppAppcontentFunctionQueryModel Data Structure.
///
[Serializable]
public class AlipayOpenAppAppcontentFunctionQueryModel : AopObject
{
///
/// 服务编码
///
[XmlElement("service_code")]
public string ServiceCode { get; set; }
}
}