📄 empindividualinfo.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpIndividualInfo","IndividualID")] public class empindividualinfo { public empindividualinfo() { } private System.Int32 _Avoirdupois; public System.Int32 Avoirdupois { get { return _Avoirdupois; } set { _Avoirdupois = value; } } private System.Int16 _Stop; public System.Int16 Stop { get { return _Stop; } set { _Stop = value; } } private System.Int32 _BloodType; public System.Int32 BloodType { get { return _BloodType; } set { _BloodType = value; } } private System.Int32 _IndividualID; public System.Int32 IndividualID { get { return _IndividualID; } set { _IndividualID = value; } } private System.Int32 _PoliticalVisage; public System.Int32 PoliticalVisage { get { return _PoliticalVisage; } set { _PoliticalVisage = value; } } private System.Int32 _ModifyUser; public System.Int32 ModifyUser { get { return _ModifyUser; } set { _ModifyUser = value; } } private System.Int32 _Stature; public System.Int32 Stature { get { return _Stature; } set { _Stature = value; } } private System.DateTime _ModifyDate; public System.DateTime ModifyDate { get { return _ModifyDate; } set { _ModifyDate = value; } } private System.Int32 _Nation; public System.Int32 Nation { get { return _Nation; } set { _Nation = value; } } private System.DateTime _Birthday; public System.DateTime Birthday { get { return _Birthday; } set { _Birthday = value; } } private System.Int32 _Operator; public System.Int32 Operator { get { return _Operator; } set { _Operator = value; } } private System.Int32 _NativePlace; public System.Int32 NativePlace { get { return _NativePlace; } set { _NativePlace = value; } } private System.DateTime _OpTime; public System.DateTime OpTime { get { return _OpTime; } set { _OpTime = 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 + -