代码生成删除多余的数字float类型
This commit is contained in:
		
							parent
							
								
									fd831d5a90
								
							
						
					
					
						commit
						a3b86d6f6d
					
				| 
						 | 
					@ -37,7 +37,7 @@ public class GenConstants
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /** 数据库数字类型 */
 | 
					    /** 数据库数字类型 */
 | 
				
			||||||
    public static final String[] COLUMNTYPE_NUMBER = { "tinyint", "smallint", "mediumint", "int", "number", "integer",
 | 
					    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" };
 | 
					    public static final String[] COLUMNNAME_NOT_EDIT = { "id", "create_by", "create_time", "del_flag" };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue