package model type TaCmsLocation struct { LocationId string `xorm:"not null pk VARCHAR(64)"` NewsId string `xorm:"not null pk VARCHAR(64)"` }