finance
黄伟 2 years ago
parent b8f4236e46
commit 027b334b88

@ -153,8 +153,9 @@ func (u *user) ServiceInfo(ctx context.Context, args ArgsUserServiceInfo) (reply
} }
type UserInfoItem struct { type UserInfoItem struct {
Id uint `json:"id"` Id uint `json:"id"`
Name string `json:"name"` Name string `json:"name"`
Phone string `json:"phone"`
} }
// FindByIds @Title 根据用户Ids查询用户信息 // FindByIds @Title 根据用户Ids查询用户信息

Loading…
Cancel
Save