using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Core.Web.Models
{
public class MoGo2Url
public int eid { get; set; }
public string url { get; set; }
public DateTime time { get; set; }
}