📄 empfamily_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("EmpFamily_View","FamilyId")] public class empfamily_view { public empfamily_view() { } private System.Int32 _FamilyId; public System.Int32 FamilyId { get { return _FamilyId; } set { _FamilyId = value; } } private System.String _Postalcode; public System.String Postalcode { get { return _Postalcode; } set { _Postalcode = value; } } private System.String _Tel; public System.String Tel { get { return _Tel; } set { _Tel = value; } } private System.String _Address; public System.String Address { get { return _Address; } set { _Address = value; } } private System.DateTime _BirthDate; public System.DateTime BirthDate { get { return _BirthDate; } set { _BirthDate = value; } } private System.String _WorkUnit; public System.String WorkUnit { get { return _WorkUnit; } set { _WorkUnit = value; } } private System.String _Name; public System.String Name { get { return _Name; } set { _Name = value; } } private System.String _Profession; public System.String Profession { get { return _Profession; } set { _Profession = value; } } private System.String _RelationId; public System.String RelationId { get { return _RelationId; } set { _RelationId = 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 + -