啊鑫
2024-07-09 0552fcc8cb73fc3021e2915129f55a42ed3f20e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#region
 
using System.Data;
using CSFrameworkV5.Core.CodeGenerator;
 
#endregion
 
namespace CSFrameworkV5.Models
{
    /*===================================================================
     *   程序说明: 的ORM模型
     *   作者资料: 孙中吕
     *   创建日期: 2020-10-22 06:18:19
     *   最后修改: 2020-10-22 06:18:19
     *
     *   注: 本文件由代码生成器(Code Generator)自动生成。
     *   (此源码文件请放置在 YourProject.Models 模块)
     *   版权所有 Copyright 2006~2020, C/S框架网(www.cscode.net)
     *===================================================================*/
 
    /// <summary>
    ///     数据表:sys_Language的ORM模型(ORM Model),由Code Generator自动生成。
    /// </summary>
    [ORM_TableAttribute("sys_GridPermission", "RowID", false)]
    public class sys_GridPermission
    {
        public static readonly string __TableName = "sys_GridPermission";
 
        public static readonly string __KeyName = "RowID";
 
        [ORM_FieldAttribute(DbType.Int32, 4, true, false, false, false, false)]
        public static readonly string isid = "isid";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, true, false,
            false)]
        public static readonly string RowID = "RowID";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static readonly string GridId = "GridId";
 
        [ORM_FieldAttribute(DbType.String, 1000, false, true, false, false,
            false)]
        public static readonly string GridDisplayName = "GridDisplayName";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static readonly string UserId = "UserId";
 
        [ORM_FieldAttribute(DbType.String, 500, false, true, false, false,
            false)]
        public static readonly string HiddenColumns = "HiddenColumns";
 
        [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)]
        public static readonly string ColumnCount = "ColumnCount";
 
        [ORM_FieldAttribute(DbType.DateTime, 8, false, true, false, false,
            false)]
        public static readonly string CreateTime = "CreateTime";
    }
}