finance
黄伟 2 years ago
parent cd119dc573
commit 6084d802ff

@ -152,8 +152,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"`
RateId uint `json:"rateId"`
} }
// FindByIds @Title 根据用户Ids查询用户信息 // FindByIds @Title 根据用户Ids查询用户信息

Loading…
Cancel
Save