package model type UuidList struct { Id int `json:"id" xorm:"not null pk autoincr INT(11)"` Uuid string `json:"uuid" xorm:"comment('') TEXT"` }