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.

243 lines
6.8 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_sub_seaorder", DisableSyncStructure = true)]
public partial class OpSubSeaorder {
[JsonProperty, Column(DbType = "varchar(36)", IsPrimary = true, IsNullable = false)]
public string ORDNO { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string AGENTID { get; set; }
[JsonProperty]
public DateTime? AUDITDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string AUDITOPERATOR { get; set; }
[JsonProperty]
public int? BILLTYPE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string BLFRT { get; set; }
[JsonProperty, Column(DbType = "varchar(8)")]
public string BLTYPE { get; set; }
[JsonProperty]
public DateTime BSDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(100)", IsNullable = false)]
public string BSNO { get; set; }
[JsonProperty, Column(DbType = "char(1)")]
public string CARGOID { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? CBM { get; set; }
[JsonProperty, Column(DbType = "varchar(4000)")]
public string CNTRTOTAL { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string COMPANYID { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string CONSIGNEE { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string CONSIGNEECODE { get; set; }
[JsonProperty, Column(DbType = "varchar(2)")]
public string CONSIGNEECOUNTRY { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string CONSIGNEETEL { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CUSTOMERNAME { get; set; }
[JsonProperty]
public int? CUSTOMSNUM { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string DCLASS { get; set; }
[JsonProperty, Column(DbType = "varchar(2000)")]
public string DESCRIPTION { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string DESTINATION { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string DESTINATIONID { get; set; }
[JsonProperty, Column(DbType = "varchar(32)")]
public string DLABEL { get; set; }
[JsonProperty, Column(DbType = "varchar(7)")]
public string DPAGE { get; set; }
[JsonProperty, Column(DbType = "varchar(16)")]
public string DUNNO { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ETA { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ETD { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string GOODSNAME { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string GROSSWEIGHT { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string HBLNO { get; set; }
[JsonProperty, Column(DbType = "varchar(10)")]
public string INPUTBY { get; set; }
[JsonProperty, Column(DbType = "smalldatetime")]
public DateTime? ISSUEDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string ISSUEPLACE { get; set; }
[JsonProperty, Column(DbType = "varchar(12)")]
public string ISSUETYPE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,2)")]
public decimal? KGS { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string KINDPKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(35)")]
public string LINKMAN { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string MARKS { get; set; }
[JsonProperty, Column(DbType = "varchar(30)")]
public string MBLNO { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string MEASUREMENT { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string NOBILL { get; set; }
[JsonProperty, Column(DbType = "varchar(120)")]
public string NOPKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string NOTIFYPARTY { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string NOTIFYPARTYCODE { get; set; }
[JsonProperty, Column(DbType = "varchar(2)")]
public string NOTIFYPARTYCOUNTRY { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string NOTIFYPARTYTEL { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string ORREASON { get; set; }
[JsonProperty, Column(DbType = "char(1)", IsNullable = false)]
public string ORSTATUS { get; set; }
[JsonProperty]
public int? ORTYPE { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string PAYABLEAT { get; set; }
[JsonProperty]
public int? PKGS { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PLACEDELIVERY { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string PLACEDELIVERYID { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PlACERECEIPT { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PORTDISCHARGE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string PORTDISCHARGEID { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string PORTLOAD { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string PORTLOADID { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string PREPARDAT { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string REEFERF { get; set; }
[JsonProperty, Column(DbType = "varchar(200)")]
public string REMARK { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string SERVICE { get; set; }
[JsonProperty, Column(DbType = "varchar(600)")]
public string SHIPPER { get; set; }
[JsonProperty, Column(DbType = "varchar(150)")]
public string SHIPPERCODE { get; set; }
[JsonProperty, Column(DbType = "varchar(2)")]
public string SHIPPERCOUNTRY { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string SHIPPERTEL { get; set; }
[JsonProperty]
public bool? SPCHARGE { get; set; }
[JsonProperty, Column(DbType = "char(1)")]
public string TEMPID { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string TEMPMAX { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string TEMPMIN { get; set; }
[JsonProperty, Column(DbType = "varchar(5)")]
public string TEMPSET { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string TOTALNO { get; set; }
[JsonProperty, Column(DbType = "varchar(60)")]
public string VESSEL { get; set; }
[JsonProperty, Column(DbType = "varchar(12)")]
public string VOYNO { get; set; }
}
}