2019-04-22 02:59:20 +00:00

9 lines
96 B
Go

package model
//Group info of abtest
type Group struct {
ID int
Name string
Desc string
}