⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 empurgencycontact_view.cs

📁 HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET
💻 CS
字号:
using System;namespace iSun.Entitys{	[Table("EmpUrgencyContact_View","UrgencyId")]	public class  empurgencycontact_view	{		public empurgencycontact_view()		{		}		private System.String _Others;		public System.String Others		{ 			get { return _Others; }			set { _Others = value; }		}		private System.String _Postalcode;		public System.String Postalcode		{ 			get { return _Postalcode; }			set { _Postalcode = value; }		}		private System.Int32 _UrgencyId;		public System.Int32 UrgencyId		{ 			get { return _UrgencyId; }			set { _UrgencyId = value; }		}		private System.String _Address;		public System.String Address		{ 			get { return _Address; }			set { _Address = value; }		}		private System.String _Tel;		public System.String Tel		{ 			get { return _Tel; }			set { _Tel = value; }		}		private System.String _Name;		public System.String Name		{ 			get { return _Name; }			set { _Name = value; }		}		private System.String _RelationId;		public System.String RelationId		{ 			get { return _RelationId; }			set { _RelationId = value; }		}		private System.Int32 _EmployeeId;		public System.Int32 EmployeeId		{ 			get { return _EmployeeId; }			set { _EmployeeId = value; }		}	}}

⌨️ 快捷键说明

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