mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
refactor: 使用基本数据类型代替包装类。
This commit is contained in:
parent
268be3baed
commit
4a604c3bf7
@ -57,7 +57,7 @@ public class Column {
|
||||
/**
|
||||
* 是否自增。
|
||||
*/
|
||||
private Boolean isAutoIncrement;
|
||||
private boolean isAutoIncrement;
|
||||
|
||||
/**
|
||||
* 是否需要生成 @Column 注解。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user