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

📄 empcontract_view.cs

📁 HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET
💻 CS
字号:
using System;namespace iSun.Entitys{	[Table("EmpContract_View","ContractId")]	public class  empcontract_view	{		public empcontract_view()		{		}		private System.DateTime _SignDate;		public System.DateTime SignDate		{ 			get { return _SignDate; }			set { _SignDate = value; }		}		private System.String _Caption;		public System.String Caption		{ 			get { return _Caption; }			set { _Caption = value; }		}		private System.String _ContractType;		public System.String ContractType		{ 			get { return _ContractType; }			set { _ContractType = value; }		}		private System.String _ContractFile;		public System.String ContractFile		{ 			get { return _ContractFile; }			set { _ContractFile = value; }		}		private System.DateTime _ExpiringDate;		public System.DateTime ExpiringDate		{ 			get { return _ExpiringDate; }			set { _ExpiringDate = value; }		}		private System.Int32 _ContractId;		public System.Int32 ContractId		{ 			get { return _ContractId; }			set { _ContractId = 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 + -