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