empworkexpericence_view.cs

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

CS
92
字号
using System;namespace iSun.Entitys{	[Table("EmpWorkExpericence_View","WorkId")]	public class  empworkexpericence_view	{		public empworkexpericence_view()		{		}		private System.Int32 _WorkId;		public System.Int32 WorkId		{ 			get { return _WorkId; }			set { _WorkId = value; }		}		private System.String _Others;		public System.String Others		{ 			get { return _Others; }			set { _Others = value; }		}		private System.String _CompanyCategory;		public System.String CompanyCategory		{ 			get { return _CompanyCategory; }			set { _CompanyCategory = value; }		}		private System.String _DimissionReason;		public System.String DimissionReason		{ 			get { return _DimissionReason; }			set { _DimissionReason = value; }		}		private System.String _CompanyType;		public System.String CompanyType		{ 			get { return _CompanyType; }			set { _CompanyType = value; }		}		private System.String _JobDescription;		public System.String JobDescription		{ 			get { return _JobDescription; }			set { _JobDescription = value; }		}		private System.DateTime _EndTime;		public System.DateTime EndTime		{ 			get { return _EndTime; }			set { _EndTime = value; }		}		private System.DateTime _StartTime;		public System.DateTime StartTime		{ 			get { return _StartTime; }			set { _StartTime = value; }		}		private System.String _JobTitle;		public System.String JobTitle		{ 			get { return _JobTitle; }			set { _JobTitle = value; }		}		private System.String _CompanyName;		public System.String CompanyName		{ 			get { return _CompanyName; }			set { _CompanyName = value; }		}		private System.Int32 _EmployeeId;		public System.Int32 EmployeeId		{ 			get { return _EmployeeId; }			set { _EmployeeId = value; }		}	}}

⌨️ 快捷键说明

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