Files
yshopb2c/yshop-admin/src/main/resources/generator.properties
LIONCITYS\lioncity ab69152906 代码生成更新
2020-11-12 21:25:23 +08:00

27 lines
336 B
Properties

#\u6570\u636E\u5E93\u7C7B\u578B\u8F6CJava\u7C7B\u578B
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