使用自定义流程实现网关协议解析转发功能
This commit is contained in:
9
server/web/app/models/user-ip.go
Normal file
9
server/web/app/models/user-ip.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type UserIp struct {
|
||||
gorm.Model
|
||||
UserId uint
|
||||
IpAddress string
|
||||
}
|
||||
Reference in New Issue
Block a user