add: 添加国际化

This commit is contained in:
2024-10-29 18:08:35 +08:00
parent d812e2b4fd
commit e0cc4968cd
1145 changed files with 37480 additions and 1109 deletions

View File

@@ -0,0 +1,20 @@
# ????Java????
tinyint=Boolean
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
Date=Date