using System;
using System.Linq;
using System.Text;
using SqlSugar;
namespace Sugar.Enties
{
///
///
///
[SugarTable("customer")]
public partial class customer
{
public customer(){
}
///
/// Desc:
/// Default:
/// Nullable:False
///
[SugarColumn(IsPrimaryKey=true)]
public string cCusCode {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusName {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusAbbName {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCCCode {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cDCCode {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cTrade {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusAddress {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusPostCode {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusRegCode {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusBank {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusAccount {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusLPerson {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusEmail {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusPerson {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusPhone {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusFax {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCusHand {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cCreatePerson {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public string cModifyPerson {get;set;}
///
/// Desc:
/// Default:
/// Nullable:True
///
public DateTime? dModifyDate {get;set;}
}
}