empcontact_view.cs
来自「HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET」· CS 代码 · 共 64 行
CS
64 行
using System;namespace iSun.Entitys{ [Table("EmpContact_View","")] public class empcontact_view { public empcontact_view() { } private System.DateTime _SignDate; public System.DateTime SignDate { get { return _SignDate; } set { _SignDate = value; } } private System.String _Caption; public System.String Caption { get { return _Caption; } set { _Caption = value; } } private System.Int32 _ContractType; public System.Int32 ContractType { get { return _ContractType; } set { _ContractType = value; } } private System.String _ContractFile; public System.String ContractFile { get { return _ContractFile; } set { _ContractFile = value; } } private System.DateTime _ExpiringDate; public System.DateTime ExpiringDate { get { return _ExpiringDate; } set { _ExpiringDate = value; } } private System.Int32 _ContractId; public System.Int32 ContractId { get { return _ContractId; } set { _ContractId = value; } } private System.Int32 _EmployeeId; public System.Int32 EmployeeId { get { return _EmployeeId; } set { _EmployeeId = value; } } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?