using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayMobilePublicFollowAddResponse.
///
public class AlipayMobilePublicFollowAddResponse : AopResponse
{
///
/// 成功与否的标志
///
[XmlElement("code")]
public string Code { get; set; }
}
}