using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace Entity.Sugar
{
///
///
///
[SugarTable("OTB_CRM_ImportCustomers")]
public partial class OTB_CRM_ImportCustomers : ModelContext
{
public OTB_CRM_ImportCustomers(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string guid {get;set;}
public const string CN_GUID = "guid";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string OrgID {get;set;}
public const string CN_ORGID = "OrgID";
///
/// Desc:
/// Default:
/// Nullable:False
///
public int ExhibitionNO {get;set;}
public const string CN_EXHIBITIONNO = "ExhibitionNO";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string AppointNO {get;set;}
public const string CN_APPOINTNO = "AppointNO";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string CustomerNO {get;set;}
public const string CN_CUSTOMERNO = "CustomerNO";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string UniCode {get;set;}
public const string CN_UNICODE = "UniCode";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string TransactionType {get;set;}
public const string CN_TRANSACTIONTYPE = "TransactionType";
///
/// Desc:
/// Default:
/// Nullable:False
///
public string CustomerCName {get;set;}
public const string CN_CUSTOMERCNAME = "CustomerCName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string CustomerEName {get;set;}
public const string CN_CUSTOMERENAME = "CustomerEName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string CustomerShotCName {get;set;}
public const string CN_CUSTOMERSHOTCNAME = "CustomerShotCName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string CustomerShotEName {get;set;}
public const string CN_CUSTOMERSHOTENAME = "CustomerShotEName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Email {get;set;}
public const string CN_EMAIL = "Email";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Telephone {get;set;}
public const string CN_TELEPHONE = "Telephone";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string EXT {get;set;}
public const string CN_EXT = "EXT";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FAX {get;set;}
public const string CN_FAX = "FAX";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Address {get;set;}
public const string CN_ADDRESS = "Address";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string InvoiceAddress {get;set;}
public const string CN_INVOICEADDRESS = "InvoiceAddress";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Contactor {get;set;}
public const string CN_CONTACTOR = "Contactor";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IsAudit {get;set;}
public const string CN_ISAUDIT = "IsAudit";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string Effective {get;set;}
public const string CN_EFFECTIVE = "Effective";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string NotPassReason {get;set;}
public const string CN_NOTPASSREASON = "NotPassReason";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string BankName {get;set;}
public const string CN_BANKNAME = "BankName";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string BankAcount {get;set;}
public const string CN_BANKACOUNT = "BankAcount";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string TaxpayerOrgID {get;set;}
public const string CN_TAXPAYERORGID = "TaxpayerOrgID";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ToAuditer {get;set;}
public const string CN_TOAUDITER = "ToAuditer";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string IsApply {get;set;}
public const string CN_ISAPPLY = "IsApply";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string WebsiteAdress {get;set;}
public const string CN_WEBSITEADRESS = "WebsiteAdress";
///
/// Desc:
/// Default:
/// Nullable:True
///
public bool? IsFormal {get;set;}
public const string CN_ISFORMAL = "IsFormal";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string FormalGuid {get;set;}
public const string CN_FORMALGUID = "FormalGuid";
///
/// 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 MuseumMumber {get;set;}
public const string CN_MUSEUMMUMBER = "MuseumMumber";
///
/// Desc:
/// Default:
/// Nullable:True
///
public string ExhibitionArea {get;set;}
public const string CN_EXHIBITIONAREA = "ExhibitionArea";
}
}