优化代码结构,修复查询逻辑,添加构建脚本
This commit is contained in:
@@ -10,6 +10,7 @@ type Gateway struct {
|
||||
TokenTime string `gorm:"column:token_time"`
|
||||
PrivateIp string `gorm:"column:inner_ip"`
|
||||
ProxyIp string `gorm:"column:l2ip"`
|
||||
Enable bool `gorm:"column:enable"`
|
||||
CreateTime string `gorm:"column:createtime"`
|
||||
UpdateTime string `gorm:"column:updatetime"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user