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

Commit

Permalink
https://github.com/leanote/leanote/issues/143
Browse files Browse the repository at this point in the history
  • Loading branch information
lealife committed May 21, 2015
1 parent 255843b commit 208726e
Show file tree
Hide file tree
Showing 4 changed files with 1,412 additions and 1,407 deletions.
2 changes: 1 addition & 1 deletion src/github.com/leanote/leanote/app/info/GroupInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ type Group struct {
type GroupUser struct {
GroupUserId bson.ObjectId `bson:"_id"` // 谁的
GroupId bson.ObjectId `GroupId` // 分组
UserId bson.ObjectId `UserId` // 用户
UserId bson.ObjectId `UserId` // 用户
CreatedTime time.Time `CreatedTime`
}
Loading

0 comments on commit 208726e

Please sign in to comment.