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.
261 lines
8.0 KiB
C#
261 lines
8.0 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_ctnapply", DisableSyncStructure = true)]
|
|
public partial class OpCtnapply {
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsPrimary = true, IsNullable = false)]
|
|
public string GID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string ACCAUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string ACCAUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string ACCAUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? ACCAUDITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string AGENTINPUTBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string AGENTNAME { 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(20)")]
|
|
public string BOILINGPOINT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSAUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string BSAUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSAUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? BSAUDITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "smalldatetime")]
|
|
public DateTime? BSDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSSTATUS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? CHANGERATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CLEAR_CTN_FREE_STORAGE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? CLEARCTNFREESTORAGEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CLEAR_CTN_OVER_STORAGE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? CLEARCTNOVERSTORAGERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COMPANYID { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COSTAUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COSTAUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COSTAUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? COSTAUDITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string COSTSUBMITBY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? COSTSUBMITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CTN_INCOME", DbType = "numeric(18,2)")]
|
|
public decimal? CTNINCOME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "CTN_PRICE", DbType = "numeric(18,2)")]
|
|
public decimal? CTNPRICE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string CTNALL { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CTNNUM { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CURGOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string CUSTOMERNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(18,2)")]
|
|
public decimal? CYCLEDAYS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string DCLASS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string DENSITY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DEST_FREE_USECTNE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? DESTFREEUSECTNEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "DEST_OVER_USECTNE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? DESTOVERUSECTNERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string FACTORYADDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string FACTORYNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string FLASHPOINT { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "FULL_CTN_FREE_STORAGE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? FULLCTNFREESTORAGEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "FULL_CTN_OVER_STORAGE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? FULLCTNOVERSTORAGERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string GOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)")]
|
|
public string GOODTYPE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string IMDG { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
|
|
public string INPUTBY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? INPUTTIME { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISGOODSNAMESAME { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISOWNERBOOKING { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISPOLLUTEOCEAN { get; set; }
|
|
|
|
[JsonProperty]
|
|
public bool? ISPORTLOADDATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "LOAD_FREE_USECTNE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? LOADFREEUSECTNEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "LOAD_OVER_USECTNE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? LOADOVERUSECTNERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string MELTINGPOINT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string MNGAUDITBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string MNGAUDITRESULT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string MNGAUDITSTATUS { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? MNGAUDITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "NO_CLEAR_CTN_FREE_STORAGE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? NOCLEARCTNFREESTORAGEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "NO_CLEAR_CTN_OVER_STORAGE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? NOCLEARCTNOVERSTORAGERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string OP { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string PACKINGGROUP { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string PH { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "smalldatetime")]
|
|
public DateTime? PLANCTNDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PORTDISCHARGE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PORTLOAD { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PREGOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PRODUCTGOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(200)")]
|
|
public string REMARKS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string SALE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string SDCLASS { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "SDEST_FREE_USECTNE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? SDESTFREEUSECTNEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "SDEST_OVER_USECTNE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? SDESTOVERUSECTNERATE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "SLOAD_FREE_USECTNE_DAY", DbType = "numeric(18,2)")]
|
|
public decimal? SLOADFREEUSECTNEDAY { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "SLOAD_OVER_USECTNE_RATE", DbType = "numeric(18,2)")]
|
|
public decimal? SLOADOVERUSECTNERATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string SUBMITBY { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? SUBMITTIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string UNNO { get; set; }
|
|
|
|
}
|
|
|
|
}
|