Merge branch 'refs/heads/feat-user'

This commit is contained in:
junleea 2024-12-04 14:58:09 +08:00
commit db7295465c
1 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ package proto
type UpdateUserInfoReq struct {
ID int `json:"id" form:"id"` //用户id
Username string `json:"username" form:"username"` //用户名
Username string `json:"name" form:"name"` //用户名
Age int `json:"age" form:"age"` //年龄
Role string `json:"role" form:"role"` //角色
Gender string `json:"gender" form:"gender"` //性别