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.
240 lines
7.5 KiB
C#
240 lines
7.5 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_2", DisableSyncStructure = true)]
|
|
public partial class VWWMSDETAIL2 {
|
|
|
|
[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(50)")]
|
|
public string AREACODE { 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_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(10)")]
|
|
public string CHARGEUNIT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CHARGEUNIT_OUT", DbType = "varchar(10)")]
|
|
public string CHARGEUNITOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string CLIENTBSNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CLIENTCODE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CLIENTCODE_OUT", DbType = "varchar(20)")]
|
|
public string CLIENTCODEOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CLIENTCODEOLD { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CLIENTGID_OUT", DbType = "varchar(36)")]
|
|
public string CLIENTGIDOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CLIENTNAME { 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]
|
|
public DateTime? CREATETIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CREATETIME_OUT")]
|
|
public DateTime? CREATETIMEOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(150)")]
|
|
public string CREATEUSER { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CREATEUSER_OUT", DbType = "varchar(150)")]
|
|
public string CREATEUSEROUT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CUSTOMERNAME_OUT", DbType = "varchar(20)")]
|
|
public string CUSTOMERNAMEOUT { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? DELETETIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(150)")]
|
|
public string DELETEUSER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "char(10)")]
|
|
public string DODATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DODATE_OUT", DbType = "char(10)")]
|
|
public string DODATEOUT { 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 GOODSCODE { 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(Name = "GOODSOUTFEE_OUT", DbType = "numeric(18,2)")]
|
|
public decimal? GOODSOUTFEEOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,4)")]
|
|
public decimal? GOODSPACK { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "GOODSPACK_OUT", DbType = "varchar(50)")]
|
|
public string GOODSPACKOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,4)")]
|
|
public decimal? GOODSPACKPFSL { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,4)")]
|
|
public decimal? GOODSPACKSTOCK { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "GOODSPFSL_OUT", DbType = "numeric(18,4)")]
|
|
public decimal? GOODSPFSLOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,4)")]
|
|
public decimal? GOODSRKSL { 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,4)")]
|
|
public decimal? GOODSSTOCK { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string GOODSTYPE { 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]
|
|
public bool? ISDELETE { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISLOCK { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string KINDPKGS { 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, Column(Name = "OUTBSNO_OUT", DbType = "varchar(100)")]
|
|
public string OUTBSNOOUT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "outgid", DbType = "varchar(100)")]
|
|
public string Outgid { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1024)")]
|
|
public string REMARK { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "REMARK_OUT", DbType = "varchar(1024)")]
|
|
public string REMARKOUT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(12)")]
|
|
public string SEALNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string STORAGECODE { 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(Name = "TRUCKNO_OUT", DbType = "varchar(500)")]
|
|
public string TRUCKNOOUT { get; set; }
|
|
|
|
}
|
|
|
|
}
|