📄 empcontactinfo_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpContactInfo_View","EmpinfoId")] public class empcontactinfo_view { public empcontactinfo_view() { } private System.String _DormTel; public System.String DormTel { get { return _DormTel; } set { _DormTel = value; } } private System.String _Tel1; public System.String Tel1 { get { return _Tel1; } set { _Tel1 = value; } } private System.String _ProvinceId; public System.String ProvinceId { get { return _ProvinceId; } set { _ProvinceId = value; } } private System.String _Postalcode; public System.String Postalcode { get { return _Postalcode; } set { _Postalcode = value; } } private System.String _Mobile; public System.String Mobile { get { return _Mobile; } set { _Mobile = value; } } private System.String _QQ; public System.String QQ { get { return _QQ; } set { _QQ = value; } } private System.Int32 _EmployeeId; public System.Int32 EmployeeId { get { return _EmployeeId; } set { _EmployeeId = value; } } private System.String _Address; public System.String Address { get { return _Address; } set { _Address = value; } } private System.Int32 _EmpinfoId; public System.Int32 EmpinfoId { get { return _EmpinfoId; } set { _EmpinfoId = value; } } private System.String _Town; public System.String Town { get { return _Town; } set { _Town = value; } } private System.String _County; public System.String County { get { return _County; } set { _County = value; } } private System.String _CityId; public System.String CityId { get { return _CityId; } set { _CityId = value; } } private System.String _MSN; public System.String MSN { get { return _MSN; } set { _MSN = value; } } private System.String _OtherContact; public System.String OtherContact { get { return _OtherContact; } set { _OtherContact = value; } } private System.String _Email; public System.String Email { get { return _Email; } set { _Email = value; } } private System.String _Telphone; public System.String Telphone { get { return _Telphone; } set { _Telphone = value; } } private System.String _Fax; public System.String Fax { get { return _Fax; } set { _Fax = value; } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -