using DSWeb.MvcShipping.Models.MsOpSeae; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.Areas.Dispatch.Models { public class RespDriverAuditList : RespCommon { public int Total { get; set; } public List Data { get; set; } } }