Commit 37b174ab authored by haoyanbin's avatar haoyanbin

no message

parent 0d309776
......@@ -93,7 +93,7 @@ type SysUserInsertReq struct {
Username string `json:"username" comment:"用户名" vd:"len($)>0"`
Password string `json:"password" comment:"密码"`
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"`
RoleId int `json:"roleId" comment:"角色ID"`
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