finance
黄伟 2 years ago
parent 4cdcde203e
commit 23935d7eb7

@ -153,9 +153,10 @@ 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"` Phone string `json:"phone"`
Liaison string `json:"liaison"`
} }
// FindByIds @Title 根据用户Ids查询用户信息 // FindByIds @Title 根据用户Ids查询用户信息

Loading…
Cancel
Save