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.

348 lines
11 KiB
C#

using FreeSql.DatabaseModel;using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Newtonsoft.Json;
using FreeSql.DataAnnotations;
namespace djy.Model {
[JsonObject(MemberSerialization.OptIn), Table(Name = "VW_WMS_DETAIL_BOX", DisableSyncStructure = true)]
public partial class VWWMSDETAILBOX {
[JsonProperty, Column(DbType = "varchar(7)")]
public string ACCDATE { get; set; }
[JsonProperty, Column(Name = "ACCDATE_OUT", DbType = "varchar(7)")]
public string ACCDATEOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal APFEE { get; set; }
[JsonProperty, Column(Name = "APFEE_OUT", DbType = "numeric(18,2)")]
public decimal APFEEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string ARCLIENT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string ARCLIENTWMSOUT { get; set; }
[JsonProperty, Column(Name = "AREACODE_OUT", DbType = "varchar(50)")]
public string AREACODEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string AREANAME { get; set; }
[JsonProperty, Column(Name = "AREANAME_OUT", DbType = "varchar(100)")]
public string AREANAMEOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal ARFEE { get; set; }
[JsonProperty, Column(Name = "ARFEE_2_OUT", DbType = "numeric(18,2)")]
public decimal ARFEE2OUT { get; set; }
[JsonProperty, Column(Name = "ARFEE_OUT", DbType = "numeric(18,2)")]
public decimal ARFEEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string ASSOCIATEDNO { get; set; }
[JsonProperty, Column(Name = "ASSOCIATEDNO_OUT", DbType = "varchar(100)")]
public string ASSOCIATEDNOOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string BLNO { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string BSNO { get; set; }
[JsonProperty, Column(Name = "BSNO_OUT", DbType = "varchar(100)")]
public string BSNOOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string BZTCHNO { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string CHARGEUNIT { get; set; }
[JsonProperty, Column(Name = "CHARGEUNIT_OUT", DbType = "varchar(10)")]
public string CHARGEUNITOUT { get; set; }
[JsonProperty]
public double CHIMA1 { get; set; }
[JsonProperty]
public double CHIMA2 { get; set; }
[JsonProperty, Column(Name = "CLIENTCODE_OUT", DbType = "varchar(20)")]
public string CLIENTCODEOUT { get; set; }
[JsonProperty, Column(Name = "CLIENTGID_OUT", DbType = "varchar(36)")]
public string CLIENTGIDOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CLIENTNAMEOLD { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string CNTRNO { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CONTRACTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string CORPID { get; set; }
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
public string COUNTRY { get; set; }
[JsonProperty, Column(DbType = "varchar(3)")]
public string COUNTRYID { get; set; }
[JsonProperty, Column(Name = "CREATETIME_OUT")]
public DateTime? CREATETIMEOUT { get; set; }
[JsonProperty, Column(Name = "CREATEUSER_OUT", DbType = "varchar(150)")]
public string CREATEUSEROUT { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string CUSTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CUSTOMERNAME { get; set; }
[JsonProperty, Column(Name = "CUSTOMERNAME_OUT", DbType = "varchar(20)")]
public string CUSTOMERNAMEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CUSTOMNO { get; set; }
[JsonProperty]
public DateTime? DELETETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string DELETEUSER { get; set; }
[JsonProperty, Column(Name = "DODATE_OUT", DbType = "char(10)")]
public string DODATEOUT { get; set; }
[JsonProperty]
public bool FEESTATUS { get; set; }
[JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)]
public string FEESTATUSREF { get; set; }
[JsonProperty, Column(Name = "FEESTATUSREF_OUT", DbType = "varchar(6)", IsNullable = false)]
public string FEESTATUSREFOUT { get; set; }
[JsonProperty]
public int FREESTORAGEPERIOD { get; set; }
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
public string GID { get; set; }
[JsonProperty, Column(Name = "GID_OUT", DbType = "varchar(100)")]
public string GIDOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODNO { get; set; }
[JsonProperty, Column(Name = "GOODSCODE_OUT", DbType = "varchar(50)")]
public string GOODSCODEOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string GOODSMODEL { get; set; }
[JsonProperty, Column(Name = "GOODSMODEL_OUT", DbType = "varchar(100)")]
public string GOODSMODELOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string GOODSNAME { get; set; }
[JsonProperty, Column(Name = "GOODSNAME_OUT", DbType = "varchar(100)")]
public string GOODSNAMEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string GOODSNAMEID { get; set; }
[JsonProperty, Column(DbType = "numeric(38,4)")]
public decimal GOODSNUM { get; set; }
[JsonProperty, Column(Name = "GOODSOUTFEE_OUT", DbType = "numeric(18,2)")]
public decimal GOODSOUTFEEOUT { get; set; }
[JsonProperty, Column(Name = "GOODSOUTFEEAP_OUT", DbType = "numeric(18,2)")]
public decimal GOODSOUTFEEAPOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal GOODSPACK { get; set; }
[JsonProperty, Column(Name = "GOODSPACK_OUT", DbType = "varchar(50)", IsNullable = false)]
public string GOODSPACKOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal GOODSPACKACTUAL { get; set; }
[JsonProperty, Column(Name = "GOODSPACKPFSL_OUT", DbType = "numeric(18,4)")]
public decimal GOODSPACKPFSLOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal GOODSPACKSTOCK { get; set; }
[JsonProperty, Column(Name = "GOODSPACKSTOCK_2")]
public int GOODSPACKSTOCK2 { get; set; }
[JsonProperty, Column(Name = "GOODSPFSL_OUT", DbType = "numeric(18,6)")]
public decimal GOODSPFSLOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,6)")]
public decimal? GOODSRKSL { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal GOODSRKSLACTUAL { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal? GOODSSLICE { get; set; }
[JsonProperty, Column(Name = "GOODSSLICE_OUT", DbType = "numeric(18,4)")]
public decimal GOODSSLICEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string GOODSSTANDARD { get; set; }
[JsonProperty, Column(Name = "GOODSSTANDARD_OUT", DbType = "varchar(100)")]
public string GOODSSTANDARDOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,6)")]
public decimal GOODSSTOCK { get; set; }
[JsonProperty, Column(Name = "GOODSTYPE_OUT", DbType = "varchar(50)")]
public string GOODSTYPEOUT { get; set; }
[JsonProperty, Column(Name = "INBSNO_OUT", DbType = "varchar(100)")]
public string INBSNOOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)]
public string ISBONDED { get; set; }
[JsonProperty]
public bool? ISCHANGE { get; set; }
[JsonProperty, Column(Name = "ISCHANGE_OUT")]
public bool ISCHANGEOUT { get; set; }
[JsonProperty]
public bool? ISDELETE { get; set; }
[JsonProperty]
public bool? ISLOCK { get; set; }
[JsonProperty, Column(Name = "ISLOCK_OUT")]
public bool? ISLOCKOUT { get; set; }
[JsonProperty]
public bool ISLOCK2 { get; set; }
[JsonProperty]
public DateTime? LOCKTIME { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string LOCKUSER { get; set; }
[JsonProperty]
public DateTime? MODIFIEDTIME { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string MODIFIEDUSER { get; set; }
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
public string NID { get; set; }
[JsonProperty]
public DateTime? OLDCUSTFEEDATE { get; set; }
[JsonProperty, Column(Name = "OUTBSNO_OUT", DbType = "varchar(100)")]
public string OUTBSNOOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string OUTGID { get; set; }
[JsonProperty, Column(DbType = "varchar(1024)")]
public string OUTREMARK { get; set; }
[JsonProperty, Column(DbType = "varchar(200)", IsNullable = false)]
public string PICIHAO { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string QianFengNO { get; set; }
[JsonProperty, Column(Name = "REMARK_OUT", DbType = "varchar(1024)")]
public string REMARKOUT { get; set; }
[JsonProperty]
public DateTime? STARTBILLINGDATE { get; set; }
[JsonProperty]
public DateTime? STARTBILLINGDATEAP { get; set; }
[JsonProperty, Column(Name = "STORAGECODE_OUT", DbType = "varchar(50)")]
public string STORAGECODEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string STORAGENAME { get; set; }
[JsonProperty, Column(Name = "STORAGENAME_OUT", DbType = "varchar(100)")]
public string STORAGENAMEOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string STOREMAN { get; set; }
[JsonProperty, Column(Name = "TRUCKKGS_OUT", DbType = "numeric(18,4)")]
public decimal TRUCKKGSOUT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string TRUCKNAME { get; set; }
[JsonProperty, Column(Name = "TRUCKNAME_OUT", DbType = "varchar(20)")]
public string TRUCKNAMEOUT { get; set; }
[JsonProperty, Column(Name = "TRUCKNO_OUT", DbType = "varchar(500)")]
public string TRUCKNOOUT { get; set; }
[JsonProperty, Column(Name = "TRUCKTYPE_OUT", DbType = "varchar(50)")]
public string TRUCKTYPEOUT { get; set; }
[JsonProperty, Column(DbType = "numeric(38,4)")]
public decimal? WeiWanShui { get; set; }
[JsonProperty, Column(Name = "WHS_CODE", DbType = "varchar(20)")]
public string WHSCODE { get; set; }
[JsonProperty, Column(DbType = "char(10)")]
public string WMSDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string WMSGID { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string WMSNO { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string WMSOP { get; set; }
[JsonProperty, Column(DbType = "numeric(18,4)")]
public decimal ZHONGLIANG2 { get; set; }
[JsonProperty, Column(Name = "ZHUANGXIEGONGID_OUT", DbType = "varchar(100)")]
public string ZHUANGXIEGONGIDOUT { get; set; }
}
}