📄 empeducation_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpEducation_View","EducationId")] public class empeducation_view { public empeducation_view() { } private System.Int32 _EducationType; public System.Int32 EducationType { get { return _EducationType; } set { _EducationType = value; } } private System.Int32 _EducationId; public System.Int32 EducationId { get { return _EducationId; } set { _EducationId = value; } } private System.Int32 _SpecialityId; public System.Int32 SpecialityId { get { return _SpecialityId; } set { _SpecialityId = value; } } private System.String _Certificate; public System.String Certificate { get { return _Certificate; } set { _Certificate = value; } } private System.DateTime _EndDate; public System.DateTime EndDate { get { return _EndDate; } set { _EndDate = value; } } private System.DateTime _BeginDate; public System.DateTime BeginDate { get { return _BeginDate; } set { _BeginDate = value; } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -