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.

237 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 = "VW_ch_fee_settlement_do", DisableSyncStructure = true)]
public partial class VWChFeeSettlementDo {
[JsonProperty, Column(DbType = "varchar(36)")]
public string ACCOUNTRMB { get; set; }
[JsonProperty, Column(Name = "ACCOUNTS_CURRENCY", DbType = "varchar(20)", IsNullable = false)]
public string ACCOUNTSCURRENCY { get; set; }
[JsonProperty, Column(Name = "ACCOUNTS_MONEY", DbType = "numeric(18,4)")]
public decimal? ACCOUNTSMONEY { get; set; }
[JsonProperty, Column(Name = "ACCOUNTS_RATE", DbType = "numeric(18,4)")]
public decimal? ACCOUNTSRATE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string ACCOUNTUSD { get; set; }
[JsonProperty, Column(Name = "ADVANCE_CURRENCY", DbType = "varchar(20)", IsNullable = false)]
public string ADVANCECURRENCY { get; set; }
[JsonProperty, Column(Name = "ADVANCE_MONEY", DbType = "numeric(18,4)")]
public decimal? ADVANCEMONEY { get; set; }
[JsonProperty, Column(Name = "ADVANCE_RATE", DbType = "numeric(18,4)")]
public decimal? ADVANCERATE { get; set; }
[JsonProperty, Column(Name = "AHSR_CURRENCY", DbType = "varchar(20)", IsNullable = false)]
public string AHSRCURRENCY { get; set; }
[JsonProperty, Column(Name = "AHSR_MONEY", DbType = "numeric(18,4)")]
public decimal? AHSRMONEY { get; set; }
[JsonProperty, Column(Name = "AHSR_RATE", DbType = "numeric(18,4)")]
public decimal? AHSRRATE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,3)")]
public decimal? AMOUNT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,3)")]
public decimal? AMOUNTRMB { get; set; }
[JsonProperty, Column(DbType = "numeric(18,3)")]
public decimal? AMOUNTUSD { get; set; }
[JsonProperty]
public DateTime? AUDITTIME { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string AUDITUSER { get; set; }
[JsonProperty]
public DateTime? BILLDATE { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string BILLNO { get; set; }
[JsonProperty, Column(Name = "BILLNO_ACAD", StringLength = 100, IsNullable = false)]
public string BILLNOACAD { get; set; }
[JsonProperty]
public int? BILLSTATUS { get; set; }
[JsonProperty, Column(Name = "BILLSTATUS_S")]
public int? BILLSTATUSS { get; set; }
[JsonProperty]
public int? BILLTYPE { get; set; }
[JsonProperty, Column(Name = "BS_CUSTOMERNAME", DbType = "varchar(200)", IsNullable = false)]
public string BSCUSTOMERNAME { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string BSNO { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string BSSOURCE { get; set; }
[JsonProperty]
public int? BSTYPE { get; set; }
[JsonProperty]
public int? CATEGORY { get; set; }
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
public string COMPANYID { get; set; }
[JsonProperty]
public DateTime? CREATETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CURRENCY { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string CUSTNO { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string CUSTOMERNAME { get; set; }
[JsonProperty]
public DateTime? DELETETIME { get; set; }
[JsonProperty, Column(Name = "DELETETIME_D")]
public DateTime? DELETETIMED { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string DELETEUSER { get; set; }
[JsonProperty, Column(Name = "DELETEUSER_D", DbType = "varchar(36)")]
public string DELETEUSERD { get; set; }
[JsonProperty, Column(DbType = "numeric(18,3)")]
public decimal? DOAMOUNT { get; set; }
[JsonProperty, Column(DbType = "numeric(18,5)")]
public decimal? EXCHANGERATE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string FEEID { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string FEENAME { get; set; }
[JsonProperty]
public int? FEETYPE { get; set; }
[JsonProperty, Column(Name = "FINANCIAL_CURRENCY", DbType = "varchar(20)", IsNullable = false)]
public string FINANCIALCURRENCY { get; set; }
[JsonProperty, Column(Name = "FINANCIAL_MONEY", DbType = "numeric(18,4)")]
public decimal? FINANCIALMONEY { get; set; }
[JsonProperty, Column(Name = "FINANCIAL_RATE", DbType = "numeric(18,4)")]
public decimal? FINANCIALRATE { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string FINANCIALVOUCHER { get; set; }
[JsonProperty, Column(DbType = "varchar(36)", IsNullable = false)]
public string GID { get; set; }
[JsonProperty, Column(Name = "GID_S", DbType = "varchar(36)", IsNullable = false)]
public string GIDS { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string HBLNO { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string INVOICESETTLENO { get; set; }
[JsonProperty]
public bool ISDELETE { get; set; }
[JsonProperty]
public bool ISDELETED { get; set; }
[JsonProperty]
public bool? ISEXPORT { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string MBLNO { 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 = "numeric(18,3)")]
public decimal? ORIGAMOUNT { get; set; }
[JsonProperty, Column(DbType = "varchar(20)")]
public string ORIGCURRENCY { get; set; }
[JsonProperty, Column(DbType = "numeric(18,5)")]
public decimal? ORIGEXCHANGERATE { get; set; }
[JsonProperty, Column(Name = "PREPAY_CURRENCY", DbType = "varchar(20)", IsNullable = false)]
public string PREPAYCURRENCY { get; set; }
[JsonProperty, Column(Name = "PREPAY_MONEY", DbType = "numeric(18,4)")]
public decimal? PREPAYMONEY { get; set; }
[JsonProperty, Column(Name = "PREPAY_RATE", DbType = "numeric(18,4)")]
public decimal? PREPAYRATE { get; set; }
[JsonProperty, Column(DbType = "numeric(18,3)")]
public decimal RATE { get; set; }
[JsonProperty, Column(DbType = "varchar(1024)")]
public string REMARK { get; set; }
[JsonProperty, Column(Name = "REMARK_D", DbType = "varchar(1024)")]
public string REMARKD { get; set; }
[JsonProperty]
public int? SETTLEMODE { get; set; }
[JsonProperty]
public DateTime? SETTLETIME { get; set; }
[JsonProperty, Column(DbType = "varchar(4)", IsNullable = false)]
public string SETTLETYPE { get; set; }
[JsonProperty, Column(DbType = "varchar(36)")]
public string SETTLEUSER { get; set; }
[JsonProperty, Column(DbType = "numeric(18,5)")]
public decimal? STLRATE { get; set; }
[JsonProperty, Column(DbType = "varchar(100)")]
public string VESSEL { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string VOUCHERNO { get; set; }
[JsonProperty, Column(DbType = "varchar(16)")]
public string VOUNO { get; set; }
[JsonProperty, Column(DbType = "varchar(50)")]
public string VOYNO { get; set; }
}
}