📄 empworkexpericence_view.cs
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -