📄 userrolelist_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("UserRoleList_View","URListId")] public class userrolelist_view { public userrolelist_view() { } private System.String _UserName; public System.String UserName { get { return _UserName; } set { _UserName = value; } } private System.String _Caption; public System.String Caption { get { return _Caption; } set { _Caption = value; } } private System.Int32 _RoleId; public System.Int32 RoleId { get { return _RoleId; } set { _RoleId = value; } } private System.Int32 _URListId; public System.Int32 URListId { get { return _URListId; } set { _URListId = value; } } private System.Int32 _UserId; public System.Int32 UserId { get { return _UserId; } set { _UserId = value; } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -