处理分享
This commit is contained in:
@@ -12,6 +12,7 @@ type QuestionQaToken struct {
|
||||
TokenId int64 `gorm:"column:token_id;type:bigint(19);comment:飞花令id" json:"token_id"`
|
||||
Sort int `gorm:"column:sort;type:tinyint(1);comment:排序(越大越靠前)" json:"sort"`
|
||||
Model
|
||||
BaseTokenItem []*BaseTokenItem `gorm:"foreignKey:TokenId;references:token_id" json:"base_token_item"`
|
||||
}
|
||||
|
||||
func (m *QuestionQaToken) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user