1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#region
 
using System.Data;
using CSFrameworkV5.Core.CodeGenerator;
 
#endregion
 
namespace CSFrameworkV5.Models
{
    /*===================================================================
     *   程序说明: 的ORM模型
     *   作者资料: 孙中吕
     *   创建日期: 2017-12-29 04:26:27
     *   最后修改: 2017-12-29 04:26:27
     *
     *   注: 本文件由代码生成器(Code Generator)自动生成。
     *   (此源码文件请放置在 YourProject.Models 模块)
     *   版权所有 Copyright 2006~2017, C/S框架网(www.cscode.net)
     *===================================================================*/
 
    /// <summary>
    ///     数据表:sys_BusinessTables的ORM模型(ORM Model),由Code Generator自动生成。
    /// </summary>
    [ORM_TableAttribute("sys_BusinessTables", "RowID", false)]
    public sealed class sys_BusinessTables
    {
        public static string __TableName = "sys_BusinessTables";
 
        public static string __KeyName = "RowID";
 
        [ORM_FieldAttribute(DbType.Int32, 4, true, false, false, false, false)]
        public static string isid = "isid";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, true, false, true)]
        public static string RowID = "RowID";
 
        [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)]
        public static string ModuleID = "ModuleID";
 
        [ORM_FieldAttribute(DbType.Int32, 4, false, true, false, false, false)]
        public static string SortID = "SortID";
 
        [ORM_FieldAttribute(DbType.String, 2, false, true, false, false, false)]
        public static string DocCode = "DocCode";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string FormName = "FormName";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string FormNameSpace = "FormNameSpace";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string FormCaption = "FormCaption";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string KeyFieldName = "KeyFieldName";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string Table1 = "Table1";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string Table1Name = "Table1Name";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string Table2 = "Table2";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string Table2Name = "Table2Name";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string Table3 = "Table3";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string Table3Name = "Table3Name";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string Table4 = "Table4";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string Table4Name = "Table4Name";
 
        [ORM_FieldAttribute(DbType.String, 50, false, true, false, false,
            false)]
        public static string Table5 = "Table5";
 
        [ORM_FieldAttribute(DbType.String, 100, false, true, false, false,
            false)]
        public static string Table5Name = "Table5Name";
    }
}