using System; using System.Data; using System.Collections; using System.Collections.Generic; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.MvcShipping.Models.WMSNew { [JsonObject] public class WMSNewList : ModelObjectBillHead { public string GID { get; set; } //是否入账 public string ISLOCK { get; set; } //货权转移 public string ISCHANGE { get; set; } //提单号 public string BLNO { get; set; } //备案清单号 public string CUSTOMNO { get; set; } //入库单号 public string WMSNO { get; set; } //客户名称 public string CUSTOMERNAME { get; set; } //仓库名称 public string STORAGENAME { get; set; } //应收客户 public string ARCLIENT { get; set; } //应付客户 public string TRUCKNAME { get; set; } //品名 public string GOODSNAME { get; set; } //牌号 public string GOODSMODEL { get; set; } //入库件数 public string GOODSPACK { get; set; } //剩余件数 public string GOODSPACKSTOCK { get; set; } //入库量 public string GOODSRKSL { get; set; } //库存量 public string GOODSSTOCK { get; set; } //计费单位 public string CHARGEUNIT { get; set; } //应收账款 public string ARFEE { get; set; } //应付账款 public string APFEE { get; set; } //操作人 public string WMSOP { get; set; } //入库时间 public string WMSDATE { get; set; } //开始计费日期 public string STARTBILLINGDATE { get; set; } //市场货值 public string MARKETVALUE { get; set; } //银行货值 public string BANKVALUE { get; set; } //批次号 public string BZTCHNO { get; set; } // public string FREESTORAGEPERIOD { get; set; } // public string FREESTORAGEPERIODAP { get; set; } public string CONTRACTNO { get; set; } public string STARTBILLINGDATEAP { get; set; } public string GOODSSTANDARD { get; set; } public string AREANAME { get; set; } public string CUSTNO { get; set; } public string ASSOCIATEDNO { get; set; } //库别 public string WHS_CODE { get; set; } //锁定状态 public string FEESTATUSDISC { get; set; } public string CTNALL { get; set; } public string CNTRNO { get; set; } public int BAOGUANJIANSHU { get; set; } public string ISLOCK2 { get; set; } public string PKGS { get; set; } /// /// 封号 /// public string SEALNO { get; set; } public string ISBONDED { get; set; } /// /// 应收费用状态 /// public string DRFEESTATUS { get; set; } /// /// 应付费用状态 /// public string CRFEESTATUS { get; set; } public string GOODSNAMEID { get; set; } public string PICIHAO { get; set; } } public class SortObject { public string property { get; set; } public string direction { get; set; } } [JsonObject] public class CustomNo { public string CUSTOMNO { get; set; } } [JsonObject] public class CNTRNO { public string DATA { get; set; } } }