using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.MvcShipping.Models.MsOpSeaeEdi { public class StatusMapModel { public string Name { get; set; } public string Time { get; set; } public string MBLNO { get; set; } } }