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

📄 tableview_view.cs

📁 HR系统,人事,能力素质,考勤,薪资等,AJAX,ASP.NET
💻 CS
字号:
using System;namespace iSun.Entitys{	[Table("TableView_View","TableViewId")]	public class  tableview_view	{		public tableview_view()		{		}		private System.Int32 _Sid;		public System.Int32 Sid		{ 			get { return _Sid; }			set { _Sid = value; }		}		private System.Int16 _Fieldsn;		public System.Int16 Fieldsn		{ 			get { return _Fieldsn; }			set { _Fieldsn = value; }		}		private System.String _Tablename;		public System.String Tablename		{ 			get { return _Tablename; }			set { _Tablename = value; }		}		private System.String _columnType;		public System.String columnType		{ 			get { return _columnType; }			set { _columnType = value; }		}		private System.String _Xtype;		public System.String Xtype		{ 			get { return _Xtype; }			set { _Xtype = value; }		}		private System.String _Name;		public System.String Name		{ 			get { return _Name; }			set { _Name = value; }		}		private System.Int32 _IsIdentity;		public System.Int32 IsIdentity		{ 			get { return _IsIdentity; }			set { _IsIdentity = value; }		}		private System.Int32 _Keys;		public System.Int32 Keys		{ 			get { return _Keys; }			set { _Keys = value; }		}		private System.Int16 _length;		public System.Int16 length		{ 			get { return _length; }			set { _length = value; }		}		private System.Int32 _PermissionNull;		public System.Int32 PermissionNull		{ 			get { return _PermissionNull; }			set { _PermissionNull = value; }		}	}}

⌨️ 快捷键说明

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