add 完成 国际化 功能

This commit is contained in:
疯狂的狮子li
2022-02-21 13:34:58 +08:00
parent 2ccf189139
commit dc6f7cd691
20 changed files with 640 additions and 430 deletions

View File

@@ -26,11 +26,4 @@ public interface RemoteUserService {
*/
Boolean registerUserInfo(SysUser sysUser);
/**
* 检查用户名是否唯一
*
* @param username 用户名
* @return 结果
*/
String checkUserNameUnique(String username);
}