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
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using CSFrameworkV5.Core;
using CSFrameworkV5.Core.CodeGenerator;
namespace CSFrameworkV5.Models
{
 
 
/*===================================================================
 *   程序说明: 的ORM模型
 *   作者资料: 孙中吕
 *   创建日期: 2024/07/19 02:11:40
 *   最后修改: 2024/07/19 02:11:40
 *   
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   (此源码文件请放置在 YourProject.Models 模块) 
 *   版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
 *===================================================================*/
 
    ///<summary>
    /// 数据表:yhj_womdaa的ORM模型(ORM Model),由Code Generator自动生成。
    /// </summary>
    [ORM_TableAttribute("yhj_womdaa", "id", true)]
    public class yhj_womdaa
    {
        public static readonly string __TableName ="yhj_womdaa";
 
        public static readonly string __KeyName = "id";
 
        [ORM_FieldAttribute(DbType.Int32,4,true,false,true,false,false)]
        public static readonly string id = "id"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string daa001 = "daa001"; 
 
        [ORM_FieldAttribute(DbType.Int32,4,false,true,false,false,false)]
        public static readonly string item_id = "item_id"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string sccj = "sccj"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string scxt = "scxt"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string pc_user = "pc_user"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string pc_time = "pc_time"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string bl_uset = "bl_uset"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string bl_time = "bl_time"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string gd_states = "gd_states"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string gd_xguser = "gd_xguser"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string pc_id = "pc_id"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string pc_no = "pc_no"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string GDS = "GDS"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string SCS = "SCS"; 
 
        [ORM_FieldAttribute(DbType.String,20,false,true,false,false,false)]
        public static readonly string RKS = "RKS"; 
 
        [ORM_FieldAttribute(DbType.String,200,false,true,false,false,false)]
        public static readonly string daa014 = "daa014"; 
 
        [ORM_FieldAttribute(DbType.Int32,4,false,true,false,false,false)]
        public static readonly string pid = "pid"; 
 
    }
}