Commit 0d309776 authored by haoyanbin's avatar haoyanbin

1

parent d37eaed4
...@@ -134,7 +134,7 @@ type SysUserUpdateReq struct { ...@@ -134,7 +134,7 @@ type SysUserUpdateReq struct {
UserId int `json:"userId" comment:"用户ID"` // 用户ID UserId int `json:"userId" comment:"用户ID"` // 用户ID
Username string `json:"username" comment:"用户名" vd:"len($)>0"` Username string `json:"username" comment:"用户名" vd:"len($)>0"`
NickName string `json:"nickName" comment:"昵称" vd:"len($)>0"` NickName string `json:"nickName" comment:"昵称" vd:"len($)>0"`
NickNameEn string `json:"nickNameEn" comment:"昵称" vd:"len($)>0"` NickNameEn string `json:"nickNameEn" comment:"昵称"`
Phone string `json:"phone" comment:"手机号" vd:"len($)>0"` Phone string `json:"phone" comment:"手机号" vd:"len($)>0"`
RoleId int `json:"roleId" comment:"角色ID"` RoleId int `json:"roleId" comment:"角色ID"`
Avatar string `json:"avatar" comment:"头像"` Avatar string `json:"avatar" comment:"头像"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment