workcalendar_view.cs

来自「HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET」· CS 代码 · 共 35 行

CS
35
字号
using System;namespace iSun.Entitys{	[Table("WorkCalendar_View","GroupCalendarId")]	public class  workcalendar_view	{		public workcalendar_view()		{		}		private System.String _Years;		public System.String Years		{ 			get { return _Years; }			set { _Years = value; }		}		private System.Int32 _GroupCalendarId;		public System.Int32 GroupCalendarId		{ 			get { return _GroupCalendarId; }			set { _GroupCalendarId = value; }		}		private System.String _Caption;		public System.String Caption		{ 			get { return _Caption; }			set { _Caption = value; }		}	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?