Merge branch 'master' of git.oa00.com:supply-chain/service

finance
黄伟 2 years ago
commit de5b36b312

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

Loading…
Cancel
Save