Files
xinFengTianNeng/lms/nladmin-system/nlsso-server/src/main/resources/generator.properties
2023-11-07 11:22:59 +08:00

21 lines
286 B
Properties

# ????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