mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 01:38:43 +08:00 
			
		
		
		
	修正数据库字符串类型nvarchar
This commit is contained in:
		| @@ -29,7 +29,7 @@ public class GenConstants | |||||||
|     public static final String PARENT_MENU_NAME = "parentMenuName"; |     public static final String PARENT_MENU_NAME = "parentMenuName"; | ||||||
|  |  | ||||||
|     /** 数据库字符串类型 */ |     /** 数据库字符串类型 */ | ||||||
|     public static final String[] COLUMNTYPE_STR = { "char", "varchar", "narchar", "varchar2", "tinytext", "text", |     public static final String[] COLUMNTYPE_STR = { "char", "varchar", "nvarchar", "varchar2", "tinytext", "text", | ||||||
|             "mediumtext", "longtext" }; |             "mediumtext", "longtext" }; | ||||||
|  |  | ||||||
|     /** 数据库时间类型 */ |     /** 数据库时间类型 */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi