package models type GpKafkaTest struct { OrgId string `xorm:"not null pk CHAR(36)"` OrgName string `xorm:"default 'NULL' VARCHAR(128)"` }