friendsgroup.cs
来自「HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET」· CS 代码 · 共 36 行
CS
36 行
using System;namespace iSun.Entitys{ [Table("FriendsGroup","FriendsGroupId")] public class friendsgroup { public friendsgroup() { } private System.Int32 _UserId; public System.Int32 UserId { get { return _UserId; } set { _UserId = value; } } private System.Int32 _Caption; public System.Int32 Caption { get { return _Caption; } set { _Caption = value; } } private System.Int32 _FriendsGroupId; public System.Int32 FriendsGroupId { get { return _FriendsGroupId; } set { _FriendsGroupId = value; } } }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?