package model

type UserGroup struct {
	Common
	Name string `json:"name"`
}