empeducation_view.cs
来自「HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET」· CS 代码 · 共 57 行
CS
57 行
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 + =
减小字号Ctrl + -
显示快捷键?