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.
276 lines
8.4 KiB
C#
276 lines
8.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 = "op_ctnbscard", DisableSyncStructure = true)]
|
|
public partial class OpCtnbscard {
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsPrimary = true, IsNullable = false)]
|
|
public string GID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string AGENTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string APPLYNO { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? ARRIVALDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string AUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string AUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string AUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? AUDITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string BOOKGOODNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string BSNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CARRIER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string CLEARINGSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? CLOSEDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COMPANYID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)")]
|
|
public string CTNNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)")]
|
|
public string CTNPROP { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CUR_PORT", DbType = "varchar(60)")]
|
|
public string CURPORT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CURSTATOIN { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CUSTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CUSTNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CUSTOMERNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CUSTOMGOODNAME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CYCLE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? CYCLEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DEST_CNT_TIME")]
|
|
public DateTime? DESTCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DEST_RTCNT_TIME")]
|
|
public DateTime? DESTRTCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string DESTAGENTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string DESTPORT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DESTPORT_FREE_DAYS", DbType = "numeric(18,2)")]
|
|
public decimal? DESTPORTFREEDAYS { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DESTPORT_OVER_DAYS", DbType = "numeric(18,2)")]
|
|
public decimal? DESTPORTOVERDAYS { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DESTPORT_OVER_DAYS_AMT", DbType = "numeric(18,2)")]
|
|
public decimal? DESTPORTOVERDAYSAMT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DESTPORT_OVER_DAYS_FEE", DbType = "numeric(18,2)")]
|
|
public decimal? DESTPORTOVERDAYSFEE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DESTPORT_STATOIN", DbType = "varchar(60)")]
|
|
public string DESTPORTSTATOIN { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DETAIN_CTN_DAYS", DbType = "numeric(18,2)")]
|
|
public decimal? DETAINCTNDAYS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? ETA { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? ETD { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string GOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_ARRIVALDATE")]
|
|
public DateTime? IARRIVALDATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_CARRIER", DbType = "varchar(60)")]
|
|
public string ICARRIER { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_CONTRACT", DbType = "varchar(20)")]
|
|
public string ICONTRACT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_CUSTNAME", DbType = "varchar(60)")]
|
|
public string ICUSTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_CUSTNO", DbType = "varchar(60)")]
|
|
public string ICUSTNO { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_DEST_CNT_TIME")]
|
|
public DateTime? IDESTCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_DEST_RTCNT_TIME")]
|
|
public DateTime? IDESTRTCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_DESTPORT", DbType = "varchar(60)")]
|
|
public string IDESTPORT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_DESTPORT_STATOIN", DbType = "varchar(60)")]
|
|
public string IDESTPORTSTATOIN { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_ETA")]
|
|
public DateTime? IETA { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_ETD")]
|
|
public DateTime? IETD { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_MBLNO", DbType = "varchar(30)")]
|
|
public string IMBLNO { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_PORTLOAD", DbType = "varchar(60)")]
|
|
public string IPORTLOAD { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "I_PORTLOAD_CNT_TIME")]
|
|
public DateTime? IPORTLOADCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
|
|
public string INPUTBY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? INPUTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "IS_BOOKING")]
|
|
public bool? ISBOOKING { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "IS_POD_CLEAN")]
|
|
public bool? ISPODCLEAN { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "IS_PUTCTN")]
|
|
public bool? ISPUTCTN { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "IS_RETURE_EMPTY")]
|
|
public bool? ISRETUREEMPTY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISCLOSE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string LOADADDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string LOADFACTORY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(30)")]
|
|
public string MBLNO { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? MODIFYTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string MODIFYUSER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string OP { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PORTLOAD { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_CNT_TIME")]
|
|
public DateTime? PORTLOADCNTTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_FREE_DAYS", DbType = "numeric(18,2)")]
|
|
public decimal? PORTLOADFREEDAYS { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_OVER_DAYS", DbType = "numeric(18,2)")]
|
|
public decimal? PORTLOADOVERDAYS { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_OVER_DAYS_AMT", DbType = "numeric(18,2)")]
|
|
public decimal? PORTLOADOVERDAYSAMT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_OVER_DAYS_FEE", DbType = "numeric(18,2)")]
|
|
public decimal? PORTLOADOVERDAYSFEE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PORTLOAD_STATOIN", DbType = "varchar(60)")]
|
|
public string PORTLOADSTATOIN { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? PORTLOADDATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PRE_CNT_TIME")]
|
|
public DateTime? PRECNTTIME { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? PREETA { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PREGOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "PREI_ETA")]
|
|
public DateTime? PREIETA { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string PUTCTNAUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string PUTCTNAUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string PUTCTNAUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? PUTCTNAUDITTIME { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? PUTCTNDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string REMARKS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string REPAIRSTATUS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(30)")]
|
|
public string SEABSNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string TRUCKLINKNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string TRUCKLINKTEL { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string TRUCKNAME { get; set; }
|
|
|
|
}
|
|
|
|
}
|