using System; using System.Linq; using System.Text; using SqlSugar; namespace Entity.Sugar { /// /// /// [SugarTable("OTB_OPM_ExportExhibition")] public partial class OTB_OPM_ExportExhibition : ModelContext { public OTB_OPM_ExportExhibition(){ } /// /// Desc: /// Default: /// Nullable:False /// [SugarColumn(IsPrimaryKey=true)] public string ExportBillNO {get;set;} public const string CN_EXPORTBILLNO = "ExportBillNO"; /// /// Desc: /// Default: /// Nullable:True /// public string RefNumber {get;set;} public const string CN_REFNUMBER = "RefNumber"; /// /// Desc: /// Default: /// Nullable:True /// public string ExportDeclarationNO {get;set;} public const string CN_EXPORTDECLARATIONNO = "ExportDeclarationNO"; /// /// Desc: /// Default: /// Nullable:True /// public string ImportBillNO {get;set;} public const string CN_IMPORTBILLNO = "ImportBillNO"; /// /// Desc: /// Default: /// Nullable:True /// public string ImportDeclarationNO {get;set;} public const string CN_IMPORTDECLARATIONNO = "ImportDeclarationNO"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitionClass {get;set;} public const string CN_EXHIBITIONCLASS = "ExhibitionClass"; /// /// Desc: /// Default: /// Nullable:True /// public string ExportBillName {get;set;} public const string CN_EXPORTBILLNAME = "ExportBillName"; /// /// Desc: /// Default: /// Nullable:True /// public string ExportBillEName {get;set;} public const string CN_EXPORTBILLENAME = "ExportBillEName"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExhibitionDateStart {get;set;} public const string CN_EXHIBITIONDATESTART = "ExhibitionDateStart"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExhibitionDateEnd {get;set;} public const string CN_EXHIBITIONDATEEND = "ExhibitionDateEnd"; /// /// Desc: /// Default: /// Nullable:True /// public string Organizer {get;set;} public const string CN_ORGANIZER = "Organizer"; /// /// Desc: /// Default: /// Nullable:True /// public string ResBusiness {get;set;} public const string CN_RESBUSINESS = "ResBusiness"; /// /// Desc: /// Default: /// Nullable:True /// public string CarriersNumber {get;set;} public const string CN_CARRIERSNUMBER = "CarriersNumber"; /// /// Desc: /// Default: /// Nullable:True /// public string Exhibitors {get;set;} public const string CN_EXHIBITORS = "Exhibitors"; /// /// Desc: /// Default: /// Nullable:True /// public string Suppliers {get;set;} public const string CN_SUPPLIERS = "Suppliers"; /// /// Desc: /// Default: /// Nullable:False /// public string ResponsiblePerson {get;set;} public const string CN_RESPONSIBLEPERSON = "ResponsiblePerson"; /// /// Desc: /// Default: /// Nullable:True /// public string Agent {get;set;} public const string CN_AGENT = "Agent"; /// /// Desc: /// Default: /// Nullable:True /// public string Contactor {get;set;} public const string CN_CONTACTOR = "Contactor"; /// /// Desc: /// Default: /// Nullable:True /// public string BillLadNO {get;set;} public const string CN_BILLLADNO = "BillLadNO"; /// /// Desc: /// Default: /// Nullable:True /// public string BillLadNOSub {get;set;} public const string CN_BILLLADNOSUB = "BillLadNOSub"; /// /// Desc: /// Default: /// Nullable:True /// public string ContainerNumber {get;set;} public const string CN_CONTAINERNUMBER = "ContainerNumber"; /// /// Desc: /// Default: /// Nullable:True /// public string Telephone {get;set;} public const string CN_TELEPHONE = "Telephone"; /// /// Desc: /// Default: /// Nullable:True /// public string Destination {get;set;} public const string CN_DESTINATION = "Destination"; /// /// Desc: /// Default: /// Nullable:True /// public string ReturnBills {get;set;} public const string CN_RETURNBILLS = "ReturnBills"; /// /// Desc: /// Default: /// Nullable:True /// public string CostData {get;set;} public const string CN_COSTDATA = "CostData"; /// /// Desc: /// Default: /// Nullable:True /// public string Currency {get;set;} public const string CN_CURRENCY = "Currency"; /// /// Desc: /// Default: /// Nullable:True /// public double? ExchangeRate {get;set;} public const string CN_EXCHANGERATE = "ExchangeRate"; /// /// Desc: /// Default: /// Nullable:True /// public string ShippingCompany {get;set;} public const string CN_SHIPPINGCOMPANY = "ShippingCompany"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? DocumentDeadline {get;set;} public const string CN_DOCUMENTDEADLINE = "DocumentDeadline"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ClosingDate {get;set;} public const string CN_CLOSINGDATE = "ClosingDate"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ETC {get;set;} public const string CN_ETC = "ETC"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ETD {get;set;} public const string CN_ETD = "ETD"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ETA {get;set;} public const string CN_ETA = "ETA"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ReminderAgentExecutionDate {get;set;} public const string CN_REMINDERAGENTEXECUTIONDATE = "ReminderAgentExecutionDate"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? PreExhibitionDate {get;set;} public const string CN_PREEXHIBITIONDATE = "PreExhibitionDate"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ExitDate {get;set;} public const string CN_EXITDATE = "ExitDate"; /// /// Desc: /// Default: /// Nullable:True /// public string Release {get;set;} public const string CN_RELEASE = "Release"; /// /// Desc: /// Default: /// Nullable:True /// public string SitiContactor1 {get;set;} public const string CN_SITICONTACTOR1 = "SitiContactor1"; /// /// Desc: /// Default: /// Nullable:True /// public string SitiTelephone1 {get;set;} public const string CN_SITITELEPHONE1 = "SitiTelephone1"; /// /// Desc: /// Default: /// Nullable:True /// public string SitiContactor2 {get;set;} public const string CN_SITICONTACTOR2 = "SitiContactor2"; /// /// Desc: /// Default: /// Nullable:True /// public string SitiTelephone2 {get;set;} public const string CN_SITITELEPHONE2 = "SitiTelephone2"; /// /// Desc: /// Default: /// Nullable:True /// public string Memo {get;set;} public const string CN_MEMO = "Memo"; /// /// Desc: /// Default: /// Nullable:True /// public string CreateUser {get;set;} public const string CN_CREATEUSER = "CreateUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? CreateDate {get;set;} public const string CN_CREATEDATE = "CreateDate"; /// /// Desc: /// Default: /// Nullable:True /// public string ModifyUser {get;set;} public const string CN_MODIFYUSER = "ModifyUser"; /// /// Desc: /// Default: /// Nullable:True /// public DateTime? ModifyDate {get;set;} public const string CN_MODIFYDATE = "ModifyDate"; /// /// Desc: /// Default:N /// Nullable:True /// public string IsVoid {get;set;} public const string CN_ISVOID = "IsVoid"; /// /// Desc: /// Default: /// Nullable:True /// public string TransportationMode {get;set;} public const string CN_TRANSPORTATIONMODE = "TransportationMode"; /// /// Desc: /// Default: /// Nullable:True /// public string DestinationCode {get;set;} public const string CN_DESTINATIONCODE = "DestinationCode"; /// /// Desc: /// Default: /// Nullable:True /// public string JhCode {get;set;} public const string CN_JHCODE = "JhCode"; /// /// Desc: /// Default: /// Nullable:True /// public string IsSendMail {get;set;} public const string CN_ISSENDMAIL = "IsSendMail"; /// /// Desc: /// Default: /// Nullable:True /// public string VoidReason {get;set;} public const string CN_VOIDREASON = "VoidReason"; /// /// Desc: /// Default: /// Nullable:True /// public string Quote {get;set;} public const string CN_QUOTE = "Quote"; /// /// Desc: /// Default: /// Nullable:True /// public string EstimatedCost {get;set;} public const string CN_ESTIMATEDCOST = "EstimatedCost"; /// /// Desc: /// Default: /// Nullable:True /// public string ActualCost {get;set;} public const string CN_ACTUALCOST = "ActualCost"; /// /// Desc: /// Default: /// Nullable:True /// public string Bills {get;set;} public const string CN_BILLS = "Bills"; /// /// Desc: /// Default: /// Nullable:True /// public string Flow_Status {get;set;} public const string CN_FLOW_STATUS = "Flow_Status"; /// /// Desc: /// Default: /// Nullable:True /// public string AgentContactor {get;set;} public const string CN_AGENTCONTACTOR = "AgentContactor"; /// /// Desc: /// Default: /// Nullable:True /// public string AgentTelephone {get;set;} public const string CN_AGENTTELEPHONE = "AgentTelephone"; /// /// Desc: /// Default: /// Nullable:True /// public string AgentEamil {get;set;} public const string CN_AGENTEAMIL = "AgentEamil"; /// /// Desc: /// Default: /// Nullable:True /// public string CustomsClearance {get;set;} public const string CN_CUSTOMSCLEARANCE = "CustomsClearance"; /// /// Desc: /// Default: /// Nullable:True /// public string ShipmentPortCode {get;set;} public const string CN_SHIPMENTPORTCODE = "ShipmentPortCode"; /// /// Desc: /// Default: /// Nullable:True /// public string ShipmentPort {get;set;} public const string CN_SHIPMENTPORT = "ShipmentPort"; /// /// Desc: /// Default: /// Nullable:True /// public string AgentContactorName {get;set;} public const string CN_AGENTCONTACTORNAME = "AgentContactorName"; /// /// Desc: /// Default: /// Nullable:True /// public string ExhibitionNO {get;set;} public const string CN_EXHIBITIONNO = "ExhibitionNO"; /// /// Desc: /// Default: /// Nullable:True /// public string ShipAndVoyage {get;set;} public const string CN_SHIPANDVOYAGE = "ShipAndVoyage"; /// /// Desc: /// Default: /// Nullable:False /// public string OrgID {get;set;} public const string CN_ORGID = "OrgID"; /// /// Desc: /// Default: /// Nullable:True /// public string REF {get;set;} public const string CN_REF = "REF"; /// /// Desc: /// Default: /// Nullable:True /// public string DepartmentID {get;set;} public const string CN_DEPARTMENTID = "DepartmentID"; } }