📄 family_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("Family_View","FamilyId")] public class family_view { public family_view() { } private System.Int32 _FamilyId; public System.Int32 FamilyId { get { return _FamilyId; } set { _FamilyId = value; } } private System.String _EmpName; public System.String EmpName { get { return _EmpName; } set { _EmpName = value; } } private System.DateTime _BirthDate; public System.DateTime BirthDate { get { return _BirthDate; } set { _BirthDate = value; } } private System.String _Address; public System.String Address { get { return _Address; } set { _Address = value; } } private System.String _DicVavlue; public System.String DicVavlue { get { return _DicVavlue; } set { _DicVavlue = value; } } private System.String _Name; public System.String Name { get { return _Name; } set { _Name = value; } } private System.Int32 _RelationId; public System.Int32 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 + -