package model import ( "gorm.io/gorm" ) type KillaraUserModel struct { // fields ... db *gorm.DB TableName string // 表名 }