Files
WmsStandard/nladmin-system/nlsso-server/src/main/resources/generator.properties

21 lines
286 B
Properties
Raw Normal View History

2025-06-23 18:18:19 +08:00
# ????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