@ -614,76 +614,76 @@ namespace DSWeb.Common.DB
[Key]
public string GID { get ; set ; }
public string BSNO { get ; set ; }
public int? FEETYPE { get ; set ; }
public int? FEETYPE { get ; set ; } = 0 ;
public string FEENAME { get ; set ; }
public string FEEDESCRIPTION { get ; set ; }
public string CUSTOMERTYPE { get ; set ; }
public string CUSTOMERNAME { get ; set ; }
public string UNIT { get ; set ; }
public decimal? UNITPRICE { get ; set ; }
public decimal? QUANTITY { get ; set ; }
public decimal? AMOUNT { get ; set ; }
public string CURRENCY { get ; set ; }
public decimal? EXCHANGERATE { get ; set ; }
public string REASON { get ; set ; }
public string REMARK { get ; set ; }
public decimal? COMMISSIONRATE { get ; set ; }
public decimal? SETTLEMENT { get ; set ; }
public decimal? INVOICE { get ; set ; }
public decimal? ORDERAMOUNT { get ; set ; }
public decimal? ORDERINVOICE { get ; set ; }
public string FEEDESCRIPTION { get ; set ; } = "" ;
public string CUSTOMERTYPE { get ; set ; } = "" ;
public string CUSTOMERNAME { get ; set ; } = "" ;
public string UNIT { get ; set ; } = "" ;
public decimal? UNITPRICE { get ; set ; } = 0 ;
public decimal? QUANTITY { get ; set ; } = 0 ;
public decimal? AMOUNT { get ; set ; } = 0 ;
public string CURRENCY { get ; set ; } = "" ;
public decimal? EXCHANGERATE { get ; set ; } = 0 ;
public string REASON { get ; set ; } = "" ;
public string REMARK { get ; set ; } = "" ;
public decimal? COMMISSIONRATE { get ; set ; } = 0 ;
public decimal? SETTLEMENT { get ; set ; } = 0 ;
public decimal? INVOICE { get ; set ; } = 0 ;
public decimal? ORDERAMOUNT { get ; set ; } = 0 ;
public decimal? ORDERINVOICE { get ; set ; } = 0 ;
public DateTime ? SUBMITDATE { get ; set ; }
public string AUDITOPERATOR { get ; set ; }
public string AUDITOPERATOR { get ; set ; } = "" ;
public DateTime ? AUDITDATE { get ; set ; }
public string ENTEROPERATOR { get ; set ; }
public string ENTEROPERATOR { get ; set ; } = "" ;
public DateTime ? ENTERDATE { get ; set ; }
public string DEBITNO { get ; set ; }
public bool? ISDEBIT { get ; set ; }
public bool? ISOPEN { get ; set ; }
public bool? ISADVANCEDPAY { get ; set ; }
public int? SORT { get ; set ; }
public bool? ISINVOICE { get ; set ; }
public int? FEESTATUS { get ; set ; }
public string FEEFRT { get ; set ; }
public bool? ISCRMORDERFEE { get ; set ; }
public int? AUDITSTATUS { get ; set ; }
public string INVOICENUM { get ; set ; }
public string CHEQUENUM { get ; set ; }
public string WMSOUTBSNO { get ; set ; }
public int? LINENUM { get ; set ; }
public decimal? TAXRATE { get ; set ; }
public decimal? NOTAXAMOUNT { get ; set ; }
public decimal? ACCTAXRATE { get ; set ; }
public bool? ISVOU { get ; set ; }
public string VOUCHERNO { get ; set ; }
public string ACCDATE { get ; set ; }
public string BXGID { get ; set ; }
public decimal? TAX { get ; set ; }
public string F_NO { get ; set ; }
public decimal? ORDERSETTLEMENT { get ; set ; }
public decimal? TAXUNITPRICE { get ; set ; }
public decimal? ORDERINVSETTLEMENT { get ; set ; }
public string MODIFIEDUSER { get ; set ; }
public string DEBITNO { get ; set ; } = "" ;
public bool? ISDEBIT { get ; set ; } = false ;
public bool? ISOPEN { get ; set ; } = false ;
public bool? ISADVANCEDPAY { get ; set ; } = false ;
public int? SORT { get ; set ; } = 0 ;
public bool? ISINVOICE { get ; set ; } = false ;
public int? FEESTATUS { get ; set ; } = 1 ;
public string FEEFRT { get ; set ; } = "" ;
public bool? ISCRMORDERFEE { get ; set ; } = false ;
public int? AUDITSTATUS { get ; set ; } = 0 ;
public string INVOICENUM { get ; set ; } = "" ;
public string CHEQUENUM { get ; set ; } = "" ;
public string WMSOUTBSNO { get ; set ; } = "" ;
public int? LINENUM { get ; set ; } = 0 ;
public decimal? TAXRATE { get ; set ; } = 0 ;
public decimal? NOTAXAMOUNT { get ; set ; } = 0 ;
public decimal? ACCTAXRATE { get ; set ; } = 0 ;
public bool? ISVOU { get ; set ; } = false ;
public string VOUCHERNO { get ; set ; } = "" ;
public string ACCDATE { get ; set ; } = "" ;
public string BXGID { get ; set ; } = "" ;
public decimal? TAX { get ; set ; } = 0 ;
public string F_NO { get ; set ; } = "" ;
public decimal? ORDERSETTLEMENT { get ; set ; } = 0 ;
public decimal? TAXUNITPRICE { get ; set ; } = 0 ;
public decimal? ORDERINVSETTLEMENT { get ; set ; } = 0 ;
public string MODIFIEDUSER { get ; set ; } = "" ;
public DateTime ? MODIFIEDTIME { get ; set ; }
public string VOUALLNO { get ; set ; }
public string SALESNO { get ; set ; }
public string CARGO_GID { get ; set ; }
public string JKGID { get ; set ; }
public decimal? PREAMOUNT { get ; set ; }
public string INPUTMODE { get ; set ; }
public string DELIVERYNO { get ; set ; }
public string LOCALCURR { get ; set ; }
public string MANAGER { get ; set ; }
public bool? ISACC { get ; set ; }
public string PaymentGID { get ; set ; }
public string STATEMENTNO { get ; set ; }
public string SALECORP { get ; set ; }
public bool? CUSTDUI { get ; set ; }
public string VOUALLNO { get ; set ; } = "" ;
public string SALESNO { get ; set ; } = "" ;
public string CARGO_GID { get ; set ; } = "" ;
public string JKGID { get ; set ; } = "" ;
public decimal? PREAMOUNT { get ; set ; } = 0 ;
public string INPUTMODE { get ; set ; } = "" ;
public string DELIVERYNO { get ; set ; } = "" ;
public string LOCALCURR { get ; set ; } = "" ;
public string MANAGER { get ; set ; } = "" ;
public bool? ISACC { get ; set ; } = false ;
public string PaymentGID { get ; set ; } = "" ;
public string STATEMENTNO { get ; set ; } = "" ;
public string SALECORP { get ; set ; } = "" ;
public bool? CUSTDUI { get ; set ; } = false ;
/// <summary>
/// 用于向大简云发送开票请求后 记录费用与链接的关系
/// </summary>
public string INVLINKGID { get ; set ; }
public string INVLINKGID { get ; set ; } = "" ;
}
public partial class ch_fee_md
@ -869,78 +869,78 @@ namespace DSWeb.Common.DB
public partial class v_ch_fee_settlementinfo_md
{
[Key]
public string GID { get ; set ; }
public string GID { get ; set ; } = "" ;
//public byte[] _MASK_FROM_V2 { get; set; }
public string ACCDATE { get ; set ; }
public decimal? ACCTAXRATE { get ; set ; }
public decimal? AMOUNT { get ; set ; }
public string ACCDATE { get ; set ; } = "" ;
public decimal? ACCTAXRATE { get ; set ; } = 0 ;
public decimal? AMOUNT { get ; set ; } = 0 ;
public DateTime ? AUDITDATE { get ; set ; }
public string AUDITOPERATOR { get ; set ; }
public int? AUDITSTATUS { get ; set ; }
public string BSNO { get ; set ; }
public string BXGID { get ; set ; }
public string CARGO_GID { get ; set ; }
public string CHEQUENUM { get ; set ; }
public decimal? COMMISSIONRATE { get ; set ; }
public string CURRENCY { get ; set ; }
public string AUDITOPERATOR { get ; set ; } = "" ;
public int? AUDITSTATUS { get ; set ; } = 0 ;
public string BSNO { get ; set ; } = "" ;
public string BXGID { get ; set ; } = "" ;
public string CARGO_GID { get ; set ; } = "" ;
public string CHEQUENUM { get ; set ; } = "" ;
public decimal? COMMISSIONRATE { get ; set ; } = 0 ;
public string CURRENCY { get ; set ; } = "" ;
public bool? CUSTDUI { get ; set ; }
public string CUSTOMERNAME { get ; set ; }
public string CUSTOMERTYPE { get ; set ; }
public string DEBITNO { get ; set ; }
public string DELIVERYNO { get ; set ; }
public string CUSTOMERNAME { get ; set ; } = "" ;
public string CUSTOMERTYPE { get ; set ; } = "" ;
public string DEBITNO { get ; set ; } = "" ;
public string DELIVERYNO { get ; set ; } = "" ;
public DateTime ? ENTERDATE { get ; set ; }
public string ENTEROPERATOR { get ; set ; }
public decimal? EXCHANGERATE { get ; set ; }
public string F_NO { get ; set ; }
public string FEEDESCRIPTION { get ; set ; }
public string FEEFRT { get ; set ; }
public string FEENAME { get ; set ; }
public int? FEESTATUS { get ; set ; }
public int? FEETYPE { get ; set ; }
public string INPUTMODE { get ; set ; }
public decimal? INVOICE { get ; set ; }
public string INVOICENUM { get ; set ; }
public bool? ISACC { get ; set ; }
public bool? ISADVANCEDPAY { get ; set ; }
public bool? ISCRMORDERFEE { get ; set ; }
public bool? ISDEBIT { get ; set ; }
public bool? ISDJY { get ; set ; }
public bool? ISINVOICE { get ; set ; }
public bool? ISOPEN { get ; set ; }
public bool? ISVOU { get ; set ; }
public string JKGID { get ; set ; }
public int? LINENUM { get ; set ; }
public string LOCALCURR { get ; set ; }
public string MANAGER { get ; set ; }
public string ENTEROPERATOR { get ; set ; } = "" ;
public decimal? EXCHANGERATE { get ; set ; } = 0 ;
public string F_NO { get ; set ; } = "" ;
public string FEEDESCRIPTION { get ; set ; } = "" ;
public string FEEFRT { get ; set ; } = "" ;
public string FEENAME { get ; set ; } = "" ;
public int? FEESTATUS { get ; set ; } = 1 ;
public int? FEETYPE { get ; set ; }
public string INPUTMODE { get ; set ; } = "" ;
public decimal? INVOICE { get ; set ; } = 0 ;
public string INVOICENUM { get ; set ; } = "" ;
public bool? ISACC { get ; set ; } = false ;
public bool? ISADVANCEDPAY { get ; set ; } = false ;
public bool? ISCRMORDERFEE { get ; set ; } = false ;
public bool? ISDEBIT { get ; set ; } = false ;
public bool? ISDJY { get ; set ; } = false ;
public bool? ISINVOICE { get ; set ; } = false ;
public bool? ISOPEN { get ; set ; } = false ;
public bool? ISVOU { get ; set ; } = false ;
public string JKGID { get ; set ; } = "" ;
public int? LINENUM { get ; set ; } = 0 ;
public string LOCALCURR { get ; set ; } = "" ;
public string MANAGER { get ; set ; } = "" ;
public DateTime ? MODIFIEDTIME { get ; set ; }
public string MODIFIEDUSER { get ; set ; }
public decimal? NOTAXAMOUNT { get ; set ; }
public decimal? ORDERAMOUNT { get ; set ; }
public decimal? ORDERINVOICE { get ; set ; }
public decimal? ORDERINVSETTLEMENT { get ; set ; }
public decimal? ORDERSETTLEMENT { get ; set ; }
public string PaymentGID { get ; set ; }
public string MODIFIEDUSER { get ; set ; } = "" ;
public decimal? NOTAXAMOUNT { get ; set ; } = 0 ;
public decimal? ORDERAMOUNT { get ; set ; } = 0 ;
public decimal? ORDERINVOICE { get ; set ; } = 0 ;
public decimal? ORDERINVSETTLEMENT { get ; set ; } = 0 ;
public decimal? ORDERSETTLEMENT { get ; set ; } = 0 ;
public string PaymentGID { get ; set ; } = "" ;
public decimal? PREAMOUNT { get ; set ; }
public decimal? QUANTITY { get ; set ; }
public string REASON { get ; set ; }
public string REMARK { get ; set ; }
public string SALECORP { get ; set ; }
public string SALESNO { get ; set ; }
public string REASON { get ; set ; } = "" ;
public string REMARK { get ; set ; } = "" ;
public string SALECORP { get ; set ; } = "" ;
public string SALESNO { get ; set ; } = "" ;
public decimal? SETTLEAMOUNT { get ; set ; }
public decimal? SETTLEMENT { get ; set ; }
public DateTime ? SETTLETIME { get ; set ; }
public int? SORT { get ; set ; }
public string STATEMENTNO { get ; set ; }
public int? SORT { get ; set ; } = 0 ;
public string STATEMENTNO { get ; set ; } = "" ;
public DateTime ? SUBMITDATE { get ; set ; }
public decimal? TAX { get ; set ; }
public decimal? TAXRATE { get ; set ; }
public decimal? TAXUNITPRICE { get ; set ; }
public string UNIT { get ; set ; }
public string UNIT { get ; set ; } = "" ;
public decimal? UNITPRICE { get ; set ; }
public string VOUALLNO { get ; set ; }
public string VOUCHERNO { get ; set ; }
public string WMSOUTBSNO { get ; set ; }
public string VOUALLNO { get ; set ; } = "" ;
public string VOUCHERNO { get ; set ; } = "" ;
public string WMSOUTBSNO { get ; set ; } = "" ;
#region 外键 => 导航属性, ManyToMany
@ -1489,4 +1489,87 @@ namespace DSWeb.Common.DB
# endregion
}
[Table("wms_settlement_list")]
public partial class wms_settlement_list_md {
[Key]
public string GID { get ; set ; }
public string DUINO { get ; set ; }
public string CUSTOMERNAME { get ; set ; }
public DateTime ? STARTBILLINGDATE { get ; set ; }
public DateTime ? ENDBILLINGDATE { get ; set ; }
public string REMARK { get ; set ; }
public string CORPID { get ; set ; }
public string CREATEUSER { get ; set ; }
public DateTime ? CREATETIME { get ; set ; }
public bool? ISMAKEOUT { get ; set ; }
public string MAKEOUTUSER { get ; set ; }
public DateTime ? MAKEOUTTIME { get ; set ; }
public bool? ISDELETE { get ; set ; }
public string DELETEUSER { get ; set ; }
public DateTime ? DELETETIME { get ; set ; }
public bool? ISLOCK { get ; set ; }
public string LOCKUSER { get ; set ; }
public DateTime ? LOCKTIME { get ; set ; }
}
[Table("wms_settlement_detail")]
public partial class wms_settlement_detail_md
{
[Key]
public string GID { get ; set ; }
public string DUIGID { get ; set ; }
public string DUINO { get ; set ; }
public string BLNO { get ; set ; }
public string CONTRACTNO { get ; set ; }
public string WMSNO { get ; set ; }
public string OUTBSNO { get ; set ; }
public string CUSTOMERNAME { get ; set ; }
public string STORAGENAME { get ; set ; }
public string GOODSNAME { get ; set ; }
public string GOODSMODEL { get ; set ; }
public string GOODSSTANDARD { get ; set ; }
public string GOODSGRADE { get ; set ; }
public DateTime ? WMSDATE { get ; set ; }
public DateTime ? DODATE { get ; set ; }
public int? WMSDAYS { get ; set ; }
public DateTime ? STARTBILLINGDATE_OUT { get ; set ; }
public DateTime ? ENDBILLINGDATE_OUT { get ; set ; }
public decimal? GOODSOUTFEE { get ; set ; }
public decimal? GOODSPACK { get ; set ; }
public decimal? GOODSPACKACTUAL { get ; set ; }
public decimal? GOODSPACKPFSL { get ; set ; }
public decimal? GOODSPACKSTOCK { get ; set ; }
public decimal? GOODSRKSL { get ; set ; }
public decimal? GOODSRKSLACTUAL { get ; set ; }
public decimal? GOODSPFSL { get ; set ; }
public decimal? GOODSSTOCK { get ; set ; }
public string CHARGEUNIT { get ; set ; }
public string REMARK_OUT { get ; set ; }
public int? FEETYPE { get ; set ; }
public int? FEEGRADE { get ; set ; }
public int? FEESCALE { get ; set ; }
public decimal? FEEPRICE { get ; set ; }
public DateTime ? STARTBILLINGDATE { get ; set ; }
public DateTime ? ENDBILLINGDATE { get ; set ; }
public int? FEEDAYS { get ; set ; }
public decimal? OUTFEE { get ; set ; }
public decimal? ARFEE { get ; set ; }
public string CREATEUSER { get ; set ; }
public DateTime ? CREATETIME { get ; set ; }
public bool? ISMAKEOUT { get ; set ; }
public string MAKEOUTUSER { get ; set ; }
public DateTime ? MAKEOUTTIME { get ; set ; }
public string CORPID { get ; set ; }
public int? LINENUM { get ; set ; }
public string GID_LINK { get ; set ; }
public bool? ISDELETE { get ; set ; }
public string DELETEUSER { get ; set ; }
public DateTime ? DELETETIME { get ; set ; }
public string CUSTOMNO { get ; set ; }
public bool? ISLOCK { get ; set ; }
public string LOCKUSER { get ; set ; }
public DateTime ? LOCKTIME { get ; set ; }
}
}