using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace DSWeb.Areas.Mobile.Models.WechatApplet { public class CustomRefListSHIPAGENCYDto { public string Gid { get;set;} public string CustCode { get; set; } public string CustName { get; set; } public string CodeAndName { get; set; } public string BillRises1 { get; set; } public string UNITPRICE { get; set; } public string Description { get; set; } public string KFCodename { get; set; } public string SALE { get; set; } public string FEEFRT { get; set; } public string BSSOURCE { get; set; } public string EMAIL { get; set; } public string TEL { get; set; } public string SALECORPID { get; set; } } }