正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -37,7 +37,7 @@ public class GenConstants | @@ -37,7 +37,7 @@ public class GenConstants | ||
| 37 | 37 | ||
| 38 | /** 数据库数字类型 */ | 38 | /** 数据库数字类型 */ |
| 39 | public static final String[] COLUMNTYPE_NUMBER = { "tinyint", "smallint", "mediumint", "int", "number", "integer", | 39 | public static final String[] COLUMNTYPE_NUMBER = { "tinyint", "smallint", "mediumint", "int", "number", "integer", |
| 40 | - "bigint", "float", "float", "double", "decimal" }; | 40 | + "bit", "bigint", "float", "float", "double", "decimal" }; |
| 41 | 41 | ||
| 42 | /** 页面不需要编辑字段 */ | 42 | /** 页面不需要编辑字段 */ |
| 43 | public static final String[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "del_flag" }; | 43 | public static final String[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "del_flag" }; |
-
请 注册 或 登录 后发表评论