作者 RuoYi

代码生成删除多余的数字float类型

@@ -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 - "bit", "bigint", "float", "float", "double", "decimal" }; 40 + "bit", "bigint", "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" };