📄 empindividualinfo_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpIndividualInfo_View","IndividualID")] public class empindividualinfo_view { public empindividualinfo_view() { } private System.Int32 _Avoirdupois; public System.Int32 Avoirdupois { get { return _Avoirdupois; } set { _Avoirdupois = value; } } private System.String _BloodType; public System.String BloodType { get { return _BloodType; } set { _BloodType = value; } } private System.Int32 _IndividualID; public System.Int32 IndividualID { get { return _IndividualID; } set { _IndividualID = value; } } private System.String _PoliticalVisage; public System.String PoliticalVisage { get { return _PoliticalVisage; } set { _PoliticalVisage = value; } } private System.Int32 _Stature; public System.Int32 Stature { get { return _Stature; } set { _Stature = value; } } private System.String _Nation; public System.String Nation { get { return _Nation; } set { _Nation = value; } } private System.DateTime _Birthday; public System.DateTime Birthday { get { return _Birthday; } set { _Birthday = value; } } private System.Int32 _NativePlace; public System.Int32 NativePlace { get { return _NativePlace; } set { _NativePlace = 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 + -