Files
yshopb2c/yshop-admin/src/main/resources/generator.properties

27 lines
336 B
Properties
Raw Normal View History

2020-11-12 21:25:23 +08:00
#\u6570\u636E\u5E93\u7C7B\u578B\u8F6CJava\u7C7B\u578B
2019-11-06 21:34:55 +08:00
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
2020-11-12 21:25:23 +08:00
date=Date
datetime=Date
timestamp=Date