group.go 96 B

12345678
  1. package model
  2. //Group info of abtest
  3. type Group struct {
  4. ID int
  5. Name string
  6. Desc string
  7. }