📄 salaryaccounts_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("SalaryAccounts_View","AccountsId")] public class salaryaccounts_view { public salaryaccounts_view() { } private System.Int32 _Groups; public System.Int32 Groups { get { return _Groups; } set { _Groups = value; } } private System.String _Caption; public System.String Caption { get { return _Caption; } set { _Caption = value; } } private System.String _YearMonth; public System.String YearMonth { get { return _YearMonth; } set { _YearMonth = value; } } private System.Int32 _AccountsId; public System.Int32 AccountsId { get { return _AccountsId; } set { _AccountsId = value; } } private System.DateTime _BeginDate; public System.DateTime BeginDate { get { return _BeginDate; } set { _BeginDate = value; } } private System.DateTime _EndDate; public System.DateTime EndDate { get { return _EndDate; } set { _EndDate = value; } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -