📄 empcontract.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpContract","ContractId")] public class empcontract { public empcontract() { } private System.Int32 _ModifyUser; public System.Int32 ModifyUser { get { return _ModifyUser; } set { _ModifyUser = value; } } private System.Int32 _ContractId; public System.Int32 ContractId { get { return _ContractId; } set { _ContractId = value; } } private System.DateTime _ExpiringDate; public System.DateTime ExpiringDate { get { return _ExpiringDate; } set { _ExpiringDate = value; } } private System.DateTime _ModifyDate; public System.DateTime ModifyDate { get { return _ModifyDate; } set { _ModifyDate = value; } } private System.Int16 _Stop; public System.Int16 Stop { get { return _Stop; } set { _Stop = value; } } private System.DateTime _SignDate; public System.DateTime SignDate { get { return _SignDate; } set { _SignDate = value; } } private System.Int32 _Operator; public System.Int32 Operator { get { return _Operator; } set { _Operator = value; } } private System.Int32 _ContractType; public System.Int32 ContractType { get { return _ContractType; } set { _ContractType = value; } } private System.DateTime _OpTime; public System.DateTime OpTime { get { return _OpTime; } set { _OpTime = value; } } private System.String _ContractFile; public System.String ContractFile { get { return _ContractFile; } set { _ContractFile = value; } } private System.String _Caption; public System.String Caption { get { return _Caption; } set { _Caption = 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 + -