Skip to content

Commit 98fd961

Browse files
committed
增加用户信息返回主部门
1 parent 21374d5 commit 98fd961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

work/member/user/user.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ type Info struct {
3939
Avatar string `json:"avatar"`
4040
ThumbAvatar string `json:"thumb_avatar"`
4141
IsLeaderInDept []int `json:"is_leader_in_dept"`
42+
MainDepartment int `json:"main_department"`
4243
}
4344
type DetailList struct {
4445
util.CommonError

0 commit comments

Comments
 (0)