You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
D7QUANTAI/DSWeb/Areas/Dispatch/Models/RespDispInfoClientAuditList.cs

14 lines
349 B
C#

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