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