@@ -5,3 +5,7 @@ type DeviceKey struct {
|
||||
DeviceID string `xorm:"device_id"`
|
||||
RandKey string `xorm:"rand_key"`
|
||||
}
|
||||
|
||||
func (DeviceKey) TableName() string {
|
||||
return "device_key"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user