perf: 优化 api 和 service 中方法注释不正确的问题 (#1765)

This commit is contained in:
Deng
2024-06-05 20:30:08 +08:00
committed by GitHub
parent 53d0338218
commit 21266be1ed
6 changed files with 15 additions and 12 deletions

View File

@@ -187,7 +187,7 @@ func (userService *UserService) SetUserInfo(req system.SysUser) error {
}
//@author: [piexlmax](https://github.com/piexlmax)
//@function: SetUserInfo
//@function: SetSelfInfo
//@description: 设置用户信息
//@param: reqUser model.SysUser
//@return: err error, user model.SysUser
@@ -242,7 +242,7 @@ func (userService *UserService) FindUserByUuid(uuid string) (user *system.SysUse
}
//@author: [piexlmax](https://github.com/piexlmax)
//@function: resetPassword
//@function: ResetPassword
//@description: 修改用户密码
//@param: ID uint
//@return: err error