泛型函数返回类型优化

This commit is contained in:
thinkgem
2020-09-28 15:12:03 +08:00
parent 4e6e22e4dc
commit ac4c092a1c
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ set global read_only=0;
create user 'jeesite'@'%' identified by 'jeesite';
create database jeesite DEFAULT CHARSET 'utf8' COLLATE 'utf8_unicode_ci';
create database jeesite DEFAULT CHARSET 'utf8' COLLATE 'utf8_general_ci';
grant all privileges on jeesite.* to 'jeesite'@'%' identified by 'jeesite';