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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using CSFrameworkV5.Core;
using CSFrameworkV5.Core.CodeGenerator;
namespace CSFrameworkV5.Models
{
 
 
/*===================================================================
 *   程序说明: 的ORM模型
 *   作者资料: 孙中吕
 *   创建日期: 2022/05/07 10:51:05
 *   最后修改: 2022/05/07 10:51:05
 *   
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   (此源码文件请放置在 YourProject.Models 模块) 
 *   版权所有 Copyright 2006~2022, C/S框架网(www.cscode.net)
 *===================================================================*/
 
    ///<summary>
    /// 数据表:PURDHA的ORM模型(ORM Model),由Code Generator自动生成。
    /// </summary>
    [ORM_TableAttribute("PURDHA", "DHA001", false)]
    public class PURDHA
    {
        public static readonly string __TableName ="PURDHA";
 
        public static readonly string __KeyName = "DHA001";
 
        [ORM_FieldAttribute(DbType.String,20,false,true,true,false,false)]
        public static readonly string DHA001 = "DHA001"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA002 = "DHA002"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA003 = "DHA003"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA004 = "DHA004"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA005 = "DHA005"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string DHA006 = "DHA006"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA007 = "DHA007"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string DHA008 = "DHA008"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA009 = "DHA009"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string DHA010 = "DHA010"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA011 = "DHA011"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA012 = "DHA012"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA013 = "DHA013"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA014 = "DHA014"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA015 = "DHA015"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string DHA016 = "DHA016"; 
 
        [ORM_FieldAttribute(DbType.String,100,false,true,false,false,false)]
        public static readonly string DHA017 = "DHA017"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA018 = "DHA018"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string DHA019 = "DHA019"; 
 
        [ORM_FieldAttribute(DbType.String,1,false,true,false,false,false)]
        public static readonly string AUDITING = "AUDITING"; 
 
        [ORM_FieldAttribute(DbType.String,30,false,true,false,false,false)]
        public static readonly string COMPANYID = "COMPANYID"; 
 
        [ORM_FieldAttribute(DbType.String,30,false,true,false,false,false)]
        public static readonly string CREATEHOST = "CREATEHOST"; 
 
        [ORM_FieldAttribute(DbType.String,14,false,true,false,false,false)]
        public static readonly string CREATETIME = "CREATETIME"; 
 
        [ORM_FieldAttribute(DbType.String,10,false,true,false,false,false)]
        public static readonly string CREATEUSER = "CREATEUSER"; 
 
        [ORM_FieldAttribute(DbType.String,30,false,true,false,false,false)]
        public static readonly string MODIFYHOST = "MODIFYHOST"; 
 
        [ORM_FieldAttribute(DbType.String,14,false,true,false,false,false)]
        public static readonly string MODIFYTIME = "MODIFYTIME"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string MODIFYUSER = "MODIFYUSER"; 
 
        [ORM_FieldAttribute(DbType.String,100,false,true,false,false,false)]
        public static readonly string DHA020 = "DHA020"; 
 
        [ORM_FieldAttribute(DbType.String,30,false,true,false,false,false)]
        public static readonly string ERPID = "ERPID"; 
 
        [ORM_FieldAttribute(DbType.String,50,false,true,false,false,false)]
        public static readonly string DHA021 = "DHA021"; 
 
    }
}