Skip to content

Commit

Permalink
chore: 优化部分配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Aug 29, 2024
1 parent ecc98b1 commit bd7bf43
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ generator:
## 类型映射
typeMappings:
MYSQL:
Integer:
- int
- tinyint
- smallint
- mediumint
- integer
String:
- varchar
- char
Expand All @@ -23,21 +17,27 @@ generator:
- longtext
- tinytext
- json
LocalDate:
- date
LocalDateTime:
- datetime
- timestamp
Integer:
- int
- tinyint
- smallint
- mediumint
- integer
Long:
- bigint
Float:
- float
Double:
- double
BigDecimal:
- decimal
Boolean:
- bit
BigDecimal:
- decimal
LocalDate:
- date
LocalDateTime:
- datetime
- timestamp
## 模板配置
templateConfigs:
DO:
Expand Down

0 comments on commit bd7bf43

Please sign in to comment.