mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-12-25 00:57:14 +08:00
feat: 新增查询列映射信息列表接口
提取 QueryTypeEnum 枚举
This commit is contained in:
27
continew-admin-tool/src/main/resources/generator.properties
Normal file
27
continew-admin-tool/src/main/resources/generator.properties
Normal file
@@ -0,0 +1,27 @@
|
||||
# Database type to Java type(ELADMIN)
|
||||
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=LocalDate
|
||||
datetime=LocalDateTime
|
||||
timestamp=LocalDateTime
|
||||
Reference in New Issue
Block a user