using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; namespace DSWeb.Models { public class CRMInfoClientEntity { public CRMInfoClientEntity() { } private string _gid; /// /// GID /// public string GID { get { return _gid; } set { _gid = value; } } private string _codename; /// /// 客户代码 /// public string CODENAME { get { return _codename; } set { _codename = value; } } private string _shortname; /// /// 客户简称 /// public string SHORTNAME { get { return _shortname; } set { _shortname = value; } } private string _description; /// /// 客户中文名称 /// public string DESCRIPTION { get { return _description; } set { _description = value; } } private string _name; /// /// 客户英文简称 /// public string NAME { get { return _name; } set { _name = value; } } private string _enfullname; /// /// 客户英文全称 /// public string EnFullName { get { return _enfullname; } set { _enfullname = value; } } private int _status; /// /// 客户状态(0新添加) /// public int STATUS { get { return _status; } set { _status = value; } } private bool _isofficial; /// /// 是否转正(0否1是) /// public bool ISOFFICIAL { get { return _isofficial; } set { _isofficial = value; } } private string _addr; /// /// 通讯地址 /// public string ADDR { get { return _addr; } set { _addr = value; } } private string _email; /// /// 电子邮箱 /// public string EMAIL { get { return _email; } set { _email = value; } } private string _web; /// /// 网址 /// public string WEB { get { return _web; } set { _web = value; } } private string _tel; /// /// 电话 /// public string TEL { get { return _tel; } set { _tel = value; } } private string _fax; /// /// 传真 /// public string FAX { get { return _fax; } set { _fax = value; } } private string _chief; /// /// 负责人 /// public string CHIEF { get { return _chief; } set { _chief = value; } } private string _sale; /// /// 销售 /// public string SALE { get { return _sale; } set { _sale = value; } } private string _corpid; /// /// 所属分公司代码 /// public string CORPID { get { return _corpid; } set { _corpid = value; } } private string _blcontent; /// /// 详细信息 /// public string BLCONTENT { get { return _blcontent; } set { _blcontent = value; } } private string _billrises1; /// /// 发票抬头1 /// public string BillRises1 { get { return _billrises1; } set { _billrises1 = value; } } private string _billrises2; /// /// 发票抬头2 /// public string BillRises2 { get { return _billrises2; } set { _billrises2 = value; } } private string _rmbbillrises; /// /// 人民币支票抬头 /// public string RMBBillRises { get { return _rmbbillrises; } set { _rmbbillrises = value; } } private string _rmbbank; /// /// 人民币开户银行 /// public string RMBBank { get { return _rmbbank; } set { _rmbbank = value; } } private string _rmbaccount; /// /// 人民币账号 /// public string RMBAccount { get { return _rmbaccount; } set { _rmbaccount = value; } } private string _rmbonlineno; /// /// 人民币联机行号 /// public string RMBOnlineNO { get { return _rmbonlineno; } set { _rmbonlineno = value; } } private string _usdbillrises; /// /// 美元支票抬头 /// public string USDBillRises { get { return _usdbillrises; } set { _usdbillrises = value; } } private string _usdbank; /// /// 美元开户银行 /// public string USDBank { get { return _usdbank; } set { _usdbank = value; } } private string _usdaccount; /// /// 美元账号 /// public string USDAccount { get { return _usdaccount; } set { _usdaccount = value; } } private string _usdonlineno; /// /// 美元联机行号 /// public string USDOnlineNO { get { return _usdonlineno; } set { _usdonlineno = value; } } private string _customattributes1; /// /// 自定义属性1 /// public string CustomAttributes1 { get { return _customattributes1; } set { _customattributes1 = value; } } private string _customattributes2; /// /// 自定义属性2 /// public string CustomAttributes2 { get { return _customattributes2; } set { _customattributes2 = value; } } private string _stlname; /// /// 结算方式 /// public string STLNAME { get { return _stlname; } set { _stlname = value; } } private string _opname; /// /// 操作人 /// public string OPNAME { get { return _opname; } set { _opname = value; } } private DateTime _optime; /// /// 操作时间 /// public DateTime OPTIME { get { return _optime; } set { _optime = value; } } private string _remark; /// /// 备注 /// public string REMARK { get { return _remark; } set { _remark = value; } } private decimal _usdexchangerate; /// /// 美金汇率 /// public decimal USDExchangeRate { get { return _usdexchangerate; } set { _usdexchangerate = value; } } private string _modifieduser; /// /// 最后一次更新操作人 /// public string MODIFIEDUSER { get { return _modifieduser; } set { _modifieduser = value; } } private DateTime _modifiedtime; /// /// 最后一次更新操作时间 /// public DateTime MODIFIEDTIME { get { return _modifiedtime; } set { _modifiedtime = value; } } private int _isjhcu; /// /// ISJHCU /// public int ISJHCU { get { return _isjhcu; } set { _isjhcu = value; } } private string _area; /// /// AREA /// public string AREA { get { return _area; } set { _area = value; } } private string _product; /// /// PRODUCT /// public string PRODUCT { get { return _product; } set { _product = value; } } private string _ctnnum; /// /// CTNNUM /// public string CTNNUM { get { return _ctnnum; } set { _ctnnum = value; } } private string _lane; /// /// LANE /// public string LANE { get { return _lane; } set { _lane = value; } } private string _imageurl; /// /// 图片路径 /// public string IMAGEURL { get { return _imageurl; } set { _imageurl = value; } } private string _imageurl2; /// /// IMAGEURL2 /// public string IMAGEURL2 { get { return _imageurl2; } set { _imageurl2 = value; } } private bool _islane1; /// /// ISLANE1 /// public bool ISLANE1 { get { return _islane1; } set { _islane1 = value; } } private bool _islane2; /// /// ISLANE2 /// public bool ISLANE2 { get { return _islane2; } set { _islane2 = value; } } private bool _islane3; /// /// ISLANE3 /// public bool ISLANE3 { get { return _islane3; } set { _islane3 = value; } } private bool _islane4; /// /// ISLANE4 /// public bool ISLANE4 { get { return _islane4; } set { _islane4 = value; } } private bool _islane5; /// /// ISLANE5 /// public bool ISLANE5 { get { return _islane5; } set { _islane5 = value; } } private bool _islane6; /// /// ISLANE6 /// public bool ISLANE6 { get { return _islane6; } set { _islane6 = value; } } private bool _islane7; /// /// ISLANE7 /// public bool ISLANE7 { get { return _islane7; } set { _islane7 = value; } } private bool _islane8; /// /// ISLANE8 /// public bool ISLANE8 { get { return _islane8; } set { _islane8 = value; } } private bool _islane9; /// /// ISLANE9 /// public bool ISLANE9 { get { return _islane9; } set { _islane9 = value; } } private bool _islane10; /// /// ISLANE10 /// public bool ISLANE10 { get { return _islane10; } set { _islane10 = value; } } private bool _islane11; /// /// ISLANE11 /// public bool ISLANE11 { get { return _islane11; } set { _islane11 = value; } } private bool _islane12; /// /// ISLANE12 /// public bool ISLANE12 { get { return _islane12; } set { _islane12 = value; } } private bool _islane13; /// /// ISLANE13 /// public bool ISLANE13 { get { return _islane13; } set { _islane13 = value; } } private string _enfullname2; /// /// ENFULLNAME2 /// public string ENFULLNAME2 { get { return _enfullname2; } set { _enfullname2 = value; } } private string _enfullname3; /// /// ENFULLNAME3 /// public string ENFULLNAME3 { get { return _enfullname3; } set { _enfullname3 = value; } } public string DeptFrom { get; set; } public string Saler { get; set; } public string Trade { get; set; } public string IsReward { get; set; } public string RewardPersent { get; set; } public string RewardType { get; set; } public string RewardMonth { get; set; } public string RewardStart { get; set; } public string RewardEnd { get; set; } public string WorkshopType { get; set; } public string Category { get; set; } public string InfoClient { get; set; } public string PayCredit { get; set; } public decimal? RegMoney { get; set; } public decimal? SettlePeriod { get; set; } public decimal? CreditMoney { get; set; } public string CustomerType { get; set; } public string CustomerGrade { get; set; } } }