package model import "gorm.io/gorm" type Tcpforwarding struct { gorm.Model } func (m *Tcpforwarding) TableName() string { return "tcpforwarding" }