tableview_view.cs

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

CS
85
字号
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 + =
减小字号Ctrl + -
显示快捷键?