优化连接效率
This commit is contained in:
@@ -5,10 +5,11 @@ import "gorm.io/gorm"
|
||||
// Node 客户端模型
|
||||
type Node struct {
|
||||
gorm.Model
|
||||
Name string
|
||||
Provider string
|
||||
Location string
|
||||
IPAddress string
|
||||
Name string
|
||||
Version byte
|
||||
FwdPort uint16
|
||||
Provider string
|
||||
Location string
|
||||
|
||||
Channels []Channel `gorm:"foreignKey:NodeId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user