提交 c0f4f805 编写于 作者: 若依 提交者: Gitee

!281 补全注册用户方法上遗漏的@Override注解

Merge pull request !281 from 稚屿/N/A
......@@ -252,6 +252,7 @@ public class SysUserServiceImpl implements ISysUserService
* @param user 用户信息
* @return 结果
*/
@Override
public boolean registerUser(SysUser user)
{
return userMapper.insertUser(user) > 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册