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

pull/200/MERGE
RuoYi 2020-11-28 11:52:40 +08:00
parent 9d30a4652c
commit cdccfcbf9b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class GenConstants
/** 数据库数字类型 */
public static final String[] COLUMNTYPE_NUMBER = { "tinyint", "smallint", "mediumint", "int", "number", "integer",
"bit", "bigint", "float", "float", "double", "decimal" };
"bit", "bigint", "float", "double", "decimal" };
/** 页面不需要编辑字段 */
public static final String[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "del_flag" };