package models type TBasePerson struct { PersonId int64 `xorm:"not null pk autoincr INT(11)"` PersonName string `xorm:"not null VARCHAR(255)"` }