Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 208726e

Browse files
committed
https://github.com/leanote/leanote/issues/143
1 parent 255843b commit 208726e

4 files changed

Lines changed: 1412 additions & 1407 deletions

File tree

src/github.com/leanote/leanote/app/info/GroupInfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ type Group struct {
2020
type GroupUser struct {
2121
GroupUserId bson.ObjectId `bson:"_id"` // 谁的
2222
GroupId bson.ObjectId `GroupId` // 分组
23-
UserId bson.ObjectId `UserId` // 用户
23+
UserId bson.ObjectId `UserId` // 用户
2424
CreatedTime time.Time `CreatedTime`
2525
}

0 commit comments

Comments
 (0)