📄 station_view.cs
字号:
using System;namespace iSun.Entitys{ [Table("Station_View","StationId")] public class station_view { public station_view() { } private System.Int32 _StationId; public System.Int32 StationId { get { return _StationId; } set { _StationId = value; } } private System.Int32 _ParentId; public System.Int32 ParentId { get { return _ParentId; } set { _ParentId = value; } } private System.String _DeptCaption; public System.String DeptCaption { get { return _DeptCaption; } set { _DeptCaption = value; } } private System.Int32 _Levels; public System.Int32 Levels { get { return _Levels; } set { _Levels = value; } } private System.Int32 _PositionId; public System.Int32 PositionId { get { return _PositionId; } set { _PositionId = value; } } private System.Int32 _DeptId; public System.Int32 DeptId { get { return _DeptId; } set { _DeptId = value; } } private System.String _PosiCaption; public System.String PosiCaption { get { return _PosiCaption; } set { _PosiCaption = value; } } private System.String _Caption; public System.String Caption { get { return _Caption; } set { _Caption = value; } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -