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