啊鑫
2024-07-11 afbf8700d137710713db61955879d0f5acb73738
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
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
 
/*===================================================================
 *   程序说明: tb__TestDataUpdate的ORM模型
 *   作者资料: 孙中吕
 *   创建日期: 2021-06-11 02:13:50
 *   最后修改: 2021-06-11 02:13:50
 *   
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   (此源码文件请放置在 YourProject.Models 模块) 
 *   版权所有 Copyright 2006~2021, C/S框架网(www.cscode.net)
 *===================================================================*/
 
namespace CSFramework.DBTester
{
    ///<summary>
    /// ORM模型, 数据表:_TestDataUpdate,由ClassGenerator自动生成
    /// </summary>
    public class _TestDataUpdate
    {        
        #region 所有字段属性
 
        public System.Int32 isid { get; set; }
 
        public System.Byte[] _Binary { get; set; }
 
        public System.DateTimeOffset _DateTimeOffset { get; set; }
 
        public System.Object _Sql_variant { get; set; }
 
        public System.String _Xml { get; set; }
 
        public System.Guid _UniqueIdentifier { get; set; }
 
        public System.String _Geometry { get; set; }
 
        public System.DateTime _Timestamp { get; set; }
 
        public System.Int32 _Int { get; set; }
 
        public System.Byte[] _Varbinary { get; set; }
 
        public System.Boolean _Bit { get; set; }
 
        public System.Char _Char { get; set; }
 
        public System.DateTime _Datetime2 { get; set; }
 
        public System.String _Geography { get; set; }
 
        public System.String _Hierarchyid { get; set; }
 
        public System.Byte[] _Image { get; set; }
 
        public System.String _Ntext { get; set; }
 
        #endregion
    }
 
    /// <summary>
    /// mysql测试
    /// </summary>
    public class _testdataupdate
    {
        
        #region 所有字段属性
 
        public System.Int32 isid { get; set; }
 
        public System.Byte[] _BinaryCHAR { get; set; }
 
        public System.Object _Sql_variant { get; set; }
 
        public System.String _Json { get; set; }
 
        public System.String _UniqueIdentifier { get; set; }
 
        public System.String _Geometry { get; set; }
 
        public System.DateTime _Timestamp { get; set; }
 
        public System.Int32 _Int { get; set; }
 
        public System.Byte[] _Varbinary { get; set; }
 
        public System.Boolean _Bit { get; set; }
 
        public System.Char _Char { get; set; }
 
        public System.DateTime _Datetime { get; set; }
 
        public System.String _Geography { get; set; }
 
        public System.String _Hierarchyid { get; set; }
 
        public System.Byte[] _Image { get; set; }
 
        public System.String _Ntext { get; set; }
 
        #endregion
    }
}