using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace Entity.Sugar
{
///
///
///
[SugarTable("OVW_OPM_BillInfo")]
public partial class OVW_OPM_BillInfo : ModelContext
{
public OVW_OPM_BillInfo(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
public string OrgID {get;set;}
public const string CN_ORGID = "OrgID";
///
/// Desc:
/// Default:
/// Nullable:False
///
public int SN {get;set;}
public const string CN_SN = "SN";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string BillType {get;set;}
public const string CN_BILLTYPE = "BillType";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string BillGuid {get;set;}
public const string CN_BILLGUID = "BillGuid";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string ParentId {get;set;}
public const string CN_PARENTID = "ParentId";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string ExhibitionNO {get;set;}
public const string CN_EXHIBITIONNO = "ExhibitionNO";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string BillNO {get;set;}
public const string CN_BILLNO = "BillNO";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string AuditVal {get;set;}
public const string CN_AUDITVAL = "AuditVal";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string ResponsiblePerson {get;set;}
public const string CN_RESPONSIBLEPERSON = "ResponsiblePerson";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string BillCreateDate {get;set;}
public const string CN_BILLCREATEDATE = "BillCreateDate";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string BillFirstCheckDate {get;set;}
public const string CN_BILLFIRSTCHECKDATE = "BillFirstCheckDate";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string BillCheckDate {get;set;}
public const string CN_BILLCHECKDATE = "BillCheckDate";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Currency {get;set;}
public const string CN_CURRENCY = "Currency";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ExchangeRate {get;set;}
public const string CN_EXCHANGERATE = "ExchangeRate";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Advance {get;set;}
public const string CN_ADVANCE = "Advance";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FeeItems {get;set;}
public const string CN_FEEITEMS = "FeeItems";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string InvoiceNumber {get;set;}
public const string CN_INVOICENUMBER = "InvoiceNumber";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string InvoiceDate {get;set;}
public const string CN_INVOICEDATE = "InvoiceDate";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ReceiptNumber {get;set;}
public const string CN_RECEIPTNUMBER = "ReceiptNumber";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ReceiptDate {get;set;}
public const string CN_RECEIPTDATE = "ReceiptDate";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string Payer {get;set;}
public const string CN_PAYER = "Payer";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Number {get;set;}
public const string CN_NUMBER = "Number";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Unit {get;set;}
public const string CN_UNIT = "Unit";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Weight {get;set;}
public const string CN_WEIGHT = "Weight";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Volume {get;set;}
public const string CN_VOLUME = "Volume";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string RefNumber {get;set;}
public const string CN_REFNUMBER = "RefNumber";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ContactorName {get;set;}
public const string CN_CONTACTORNAME = "ContactorName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Telephone {get;set;}
public const string CN_TELEPHONE = "Telephone";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ReFlow {get;set;}
public const string CN_REFLOW = "ReFlow";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Index {get;set;}
public const string CN_INDEX = "Index";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AmountSum {get;set;}
public const string CN_AMOUNTSUM = "AmountSum";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string TaxSum {get;set;}
public const string CN_TAXSUM = "TaxSum";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AmountTaxSum {get;set;}
public const string CN_AMOUNTTAXSUM = "AmountTaxSum";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string TotalReceivable {get;set;}
public const string CN_TOTALRECEIVABLE = "TotalReceivable";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string NotPassReason {get;set;}
public const string CN_NOTPASSREASON = "NotPassReason";
///
/// 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:
/// Nullable:True
///
public string IsRetn {get;set;}
public const string CN_ISRETN = "IsRetn";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ExhibitioShotName {get;set;}
public const string CN_EXHIBITIOSHOTNAME = "ExhibitioShotName";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string ExhibitioName {get;set;}
public const string CN_EXHIBITIONAME = "ExhibitioName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string PayerName {get;set;}
public const string CN_PAYERNAME = "PayerName";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string ResponsiblePersonName {get;set;}
public const string CN_RESPONSIBLEPERSONNAME = "ResponsiblePersonName";
}
}