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
| #\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F
|
| mainPath=com.zbkj
| #\u5305\u540D
| package=com.zbkj.modules
| moduleName=autogencode
| #\u4F5C\u8005
| author=\u5927\u7CBD\u5B50
| #Email
| email=stivepeim@outlook.com
| #\u8868\u524D\u7F00(\u7C7B\u540D\u4E0D\u4F1A\u5305\u542B\u8868\u524D\u7F00)
| tablePrefix=tb_
|
| #\u7C7B\u578B\u8F6C\u6362\uFF0C\u914D\u7F6E\u4FE1\u606F
| tinyint=Integer
| smallint=Integer
| mediumint=Integer
| int=Integer
| integer=Integer
| bigint=Long
| float=Float
| double=Double
| decimal=BigDecimal
| bit=Boolean
|
| char=String
| varchar=String
| tinytext=String
| text=String
| mediumtext=String
| longtext=String
|
|
| date=Date
| datetime=Date
| timestamp=Date
|
| NUMBER=Integer
| INT=Integer
| INTEGER=Integer
| BINARY_INTEGER=Integer
| LONG=String
| FLOAT=Float
| BINARY_FLOAT=Float
| DOUBLE=Double
| BINARY_DOUBLE=Double
| DECIMAL=BigDecimal
| CHAR=String
| VARCHAR=String
| VARCHAR2=String
| NVARCHAR=String
| NVARCHAR2=String
| CLOB=String
| BLOB=String
| DATE=Date
| DATETIME=Date
| TIMESTAMP=Date
| TIMESTAMP(6)=Date
|
| int8=Long
| int4=Integer
| int2=Integer
| numeric=BigDecimal
|
| nvarchar=String
|
|