using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// StoreFollowurlGetResponse.
///
public class StoreFollowurlGetResponse : TopResponse
{
///
/// 店铺关注URL
///
[XmlElement("url")]
public string Url { get; set; }
}
}