package model type TaCmsCaseCourse struct { CmsCaseId string `xorm:"not null pk VARCHAR(64)"` CourseId string `xorm:"not null pk VARCHAR(64)"` }