ComplianceServer/oldcode/Core.Web/Models/MoGo2Url.cs

14 lines
276 B
C#

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; }
}
}