namespace Lottomat.Application.Entity.LotteryNumberManage.ViewModel
{
///
/// 友情链接
///
public class FriendLinkViewEntity
{
///
/// 名称
///
///
public string Name { get; set; }
///
/// 地址
///
///
public string Url { get; set; }
///
/// 链接类型
///
///
public string Type { get; set; }
}
}