作者 RuoYi

解决代码生成没有bit类型的问题

@@ -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" };