初始密码支持自定义修改策略

This commit is contained in:
RuoYi
2020-10-15 13:27:46 +08:00
parent aa0c930682
commit e0523d1c2d
8 changed files with 74 additions and 30 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", "float", "double", "decimal" };
/** 页面不需要编辑字段 */
public static final String[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "del_flag" };