blob: 3b849805a7a16ad03f42dac5caecd24d84717a61 [file] [log] [blame]
package functional.tests
import grails.mongodb.MongoEntity
import org.bson.types.ObjectId
class Team implements MongoEntity<Team> {
ObjectId id
String name
}