Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
403f5c5d
Commit
403f5c5d
authored
Oct 14, 2020
by
RuoYi
Browse files
解决代码生成没有bit类型的问题
parent
08df2c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-common/src/main/java/com/ruoyi/common/constant/GenConstants.java
View file @
403f5c5d
...
...
@@ -37,7 +37,7 @@ public class GenConstants
/** 数据库数字类型 */
public
static
final
String
[]
COLUMNTYPE_NUMBER
=
{
"tinyint"
,
"smallint"
,
"mediumint"
,
"int"
,
"number"
,
"integer"
,
"bigint"
,
"float"
,
"float"
,
"double"
,
"decimal"
};
"bit"
,
"bigint"
,
"float"
,
"float"
,
"double"
,
"decimal"
};
/** 页面不需要编辑字段 */
public
static
final
String
[]
COLUMNNAME_NOT_EDIT
=
{
"id"
,
"create_by"
,
"create_time"
,
"del_flag"
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment