9 lines
96 B
Go
Raw Normal View History

2019-04-22 02:59:20 +00:00
package model
//Group info of abtest
type Group struct {
ID int
Name string
Desc string
}