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.
267 lines
7.2 KiB
C#
267 lines
7.2 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 = "v_op_bill_cust_gain", DisableSyncStructure = true)]
|
|
public partial class VOpBillCustGain {
|
|
|
|
[JsonProperty, Column(DbType = "varchar(12)")]
|
|
public string ACCDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string BLFRT { get; set; }
|
|
|
|
[JsonProperty, Column(StringLength = 100)]
|
|
public string BSNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSSOURCE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(36)")]
|
|
public string BSSOURCEDETAIL { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? BSSTATUS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(40)")]
|
|
public string BSTYPE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string CARRIER { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR1 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR10 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR2 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR3 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR4 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR5 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR6 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR7 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR8 { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? CNTR9 { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(4000)")]
|
|
public string CNTRTOTAL { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string CORPID { get; set; }
|
|
|
|
[JsonProperty]
|
|
public DateTime? CREATETIME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string CUSTNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string CUSTNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string CUSTOMDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string CUSTOMERNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(1024)")]
|
|
public string CUSTOMNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string CUSTSERVICE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string DOC { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string ENTERP { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string ETD { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? FEESTATUS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(6)", IsNullable = false)]
|
|
public string FEESTATUSREF { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string FORWARDER { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string GOODSNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string HBLNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(150)")]
|
|
public string INPUTBY { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,4)")]
|
|
public decimal? KGS { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(30)")]
|
|
public string LANE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string MBLNO { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,4)")]
|
|
public decimal? NETWEIGHT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(150)")]
|
|
public string OP { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string OPDATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(14)")]
|
|
public string OPLB { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(10)")]
|
|
public string OPLBNAME { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(6)")]
|
|
public string OPTYPE { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? OTCNTR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal OTCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal OTDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? OTNOCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? OTNODR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? OTPROFIT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(60)")]
|
|
public string PORTDISCHARGE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string PORTLOAD { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(11)")]
|
|
public string PROFITRATE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal RMBCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal RMBDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? RMBNOCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? RMBNODR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? RMBPROFIT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string SALE { get; set; }
|
|
|
|
[JsonProperty, Column(Name = "stldate", DbType = "varchar(12)")]
|
|
public string Stldate { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLOTCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLOTDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLRMBCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLRMBDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,2)")]
|
|
public decimal? STLTTLCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,2)")]
|
|
public decimal? STLTTLDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLUSDCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal STLUSDDR { get; set; }
|
|
|
|
[JsonProperty]
|
|
public int? TEU { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(20)")]
|
|
public string TRADETYPE { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,2)")]
|
|
public decimal? TTLCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(20,2)")]
|
|
public decimal? TTLDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(21,2)")]
|
|
public decimal? TTLNOCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(21,2)")]
|
|
public decimal? TTLNODR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(21,2)")]
|
|
public decimal? TTLPROFIT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal USDCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal USDDR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? USDNOCR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? USDNODR { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "numeric(38,2)")]
|
|
public decimal? USDPROFIT { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(100)")]
|
|
public string VESSEL { get; set; }
|
|
|
|
[JsonProperty, Column(DbType = "varchar(50)")]
|
|
public string VOYNO { get; set; }
|
|
|
|
}
|
|
|
|
}
|