empcontactinfo_view.cs

来自「HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET」· CS 代码 · 共 134 行

CS
134
字号
using System;namespace iSun.Entitys{	[Table("EmpContactInfo_View","EmpinfoId")]	public class  empcontactinfo_view	{		public empcontactinfo_view()		{		}		private System.String _DormTel;		public System.String DormTel		{ 			get { return _DormTel; }			set { _DormTel = value; }		}		private System.String _Tel1;		public System.String Tel1		{ 			get { return _Tel1; }			set { _Tel1 = value; }		}		private System.String _ProvinceId;		public System.String ProvinceId		{ 			get { return _ProvinceId; }			set { _ProvinceId = value; }		}		private System.String _Postalcode;		public System.String Postalcode		{ 			get { return _Postalcode; }			set { _Postalcode = value; }		}		private System.String _Mobile;		public System.String Mobile		{ 			get { return _Mobile; }			set { _Mobile = value; }		}		private System.String _QQ;		public System.String QQ		{ 			get { return _QQ; }			set { _QQ = value; }		}		private System.Int32 _EmployeeId;		public System.Int32 EmployeeId		{ 			get { return _EmployeeId; }			set { _EmployeeId = value; }		}		private System.String _Address;		public System.String Address		{ 			get { return _Address; }			set { _Address = value; }		}		private System.Int32 _EmpinfoId;		public System.Int32 EmpinfoId		{ 			get { return _EmpinfoId; }			set { _EmpinfoId = value; }		}		private System.String _Town;		public System.String Town		{ 			get { return _Town; }			set { _Town = value; }		}		private System.String _County;		public System.String County		{ 			get { return _County; }			set { _County = value; }		}		private System.String _CityId;		public System.String CityId		{ 			get { return _CityId; }			set { _CityId = value; }		}		private System.String _MSN;		public System.String MSN		{ 			get { return _MSN; }			set { _MSN = value; }		}		private System.String _OtherContact;		public System.String OtherContact		{ 			get { return _OtherContact; }			set { _OtherContact = value; }		}		private System.String _Email;		public System.String Email		{ 			get { return _Email; }			set { _Email = value; }		}		private System.String _Telphone;		public System.String Telphone		{ 			get { return _Telphone; }			set { _Telphone = value; }		}		private System.String _Fax;		public System.String Fax		{ 			get { return _Fax; }			set { _Fax = value; }		}	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?