⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 friendsgroup_view.cs

📁 HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET
💻 CS
字号:
using System;namespace iSun.Entitys{	[Table("FriendsGroup_View","FriendsGroupId")]	public class  friendsgroup_view	{		public friendsgroup_view()		{		}		private System.Int32 _Caption;		public System.Int32 Caption		{ 			get { return _Caption; }			set { _Caption = value; }		}		private System.Int32 _UserId;		public System.Int32 UserId		{ 			get { return _UserId; }			set { _UserId = value; }		}		private System.Int32 _FriendsGroupId;		public System.Int32 FriendsGroupId		{ 			get { return _FriendsGroupId; }			set { _FriendsGroupId = value; }		}	}}

⌨️ 快捷键说明

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