We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21374d5 commit 98fd961Copy full SHA for 98fd961
work/member/user/user.go
@@ -39,6 +39,7 @@ type Info struct {
39
Avatar string `json:"avatar"`
40
ThumbAvatar string `json:"thumb_avatar"`
41
IsLeaderInDept []int `json:"is_leader_in_dept"`
42
+ MainDepartment int `json:"main_department"`
43
}
44
type DetailList struct {
45
util.CommonError
0 commit comments