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.
309 lines
9.4 KiB
C#
309 lines
9.4 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 = "vMsWlPcHeadPrint", DisableSyncStructure = true)]
|
|
public partial class VMsWlPcHeadPrint {
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal AroundTon { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string ArriveDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string ArriveTime { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)", IsNullable = false)]
|
|
public string BillNo { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string BillRises1 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)]
|
|
public string BillStatus { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "BillStatus_Ref", DbType = "varchar(40)")]
|
|
public string BillStatusRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)", IsNullable = false)]
|
|
public string BsType { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "BsType_Ref", DbType = "varchar(40)")]
|
|
public string BsTypeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal ChangedFuel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal ChangedMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string ChangedReson { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string ContainerNo { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string ContainerNoSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(10,0)")]
|
|
public decimal ContainerQty { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(10,0)")]
|
|
public decimal ContainerQtySe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string ContainerType { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "ContainerType_Ref", DbType = "varchar(10)")]
|
|
public string ContainerTypeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string ContainerTypeSe { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "ContainerTypeSe_Ref", DbType = "varchar(10)")]
|
|
public string ContainerTypeSeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CustLikeManCode { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string CustLikeManName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string CustTel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)]
|
|
public string DdCode { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DdCode_Ref", DbType = "varchar(157)")]
|
|
public string DdCodeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string DdName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(400)")]
|
|
public string DetiNation { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(400)")]
|
|
public string DetiNationSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string DrvCode { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DrvCode_Ref", DbType = "varchar(10)")]
|
|
public string DrvCodeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string DrvName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string DstArea { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string DstAreaSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string EndPortDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string EndPortDateSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string EtDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string EtDateSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string ExpDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(400)")]
|
|
public string FactoryAddr { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(400)")]
|
|
public string FactoryAddrSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)]
|
|
public string FeeStatus { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "FeeStatus_Ref", DbType = "varchar(40)")]
|
|
public string FeeStatusRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal FuelQty { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)", IsNullable = false)]
|
|
public string GId { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1)", IsNullable = false)]
|
|
public string IsDouble { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? JzDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string LinkMan { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string LinkManSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string LinkTel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string LinkTelSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal LoadCount { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal LoadFuel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string LoadPlace { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? LrDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string MblNo { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string MblNoSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)")]
|
|
public string Mobile { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal NoLoadFuel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal NoLoadMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)", IsNullable = false)]
|
|
public string OrgCode { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string OrgName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal OverLoadMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal RatedFuel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal RatedMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal RealFuel { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal RealMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string RefBillNo { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string RefBillNoSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string Remark { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string ReturnDate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string ReturnTime { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string RtnYardCode { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "RtnYardCode_Ref", DbType = "varchar(100)")]
|
|
public string RtnYardCodeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string RtnYardCodeSe { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "RtnYardCodeSe_Ref", DbType = "varchar(10)")]
|
|
public string RtnYardCodeSeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string RtnYardName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string RtnYardNameSe { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,0)")]
|
|
public decimal RunTimes { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string SealNo { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string SealNoSe { get; set; }
|
|
|
|
[JsonProperty]
|
|
public long? TimeMark { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal Ton { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(19,2)")]
|
|
public decimal TotalMil { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string TruckNo { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "TruckNo_Ref", DbType = "varchar(40)")]
|
|
public string TruckNoRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(6)")]
|
|
public string UserCode { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string UserName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string VoyVeg { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "VoyVeg_Ref", DbType = "varchar(71)")]
|
|
public string VoyVegRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string VoyVegSe { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "VoyVegSe_Ref", DbType = "varchar(71)")]
|
|
public string VoyVegSeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string YardCode { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "YardCode_Ref", DbType = "varchar(100)")]
|
|
public string YardCodeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string YardCodeSe { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "YardCodeSe_Ref", DbType = "varchar(100)")]
|
|
public string YardCodeSeRef { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string YardName { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string YardNameSe { get; set; }
|
|
|
|
}
|
|
|
|
}
|