初始化项目文件
This commit is contained in:
10
api_file/model/utils.go
Normal file
10
api_file/model/utils.go
Normal file
@ -0,0 +1,10 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
// IpsLocation ip转地址表
|
||||
type IpsLocation struct {
|
||||
Ip string
|
||||
Location string
|
||||
gorm.Model
|
||||
}
|
Reference in New Issue
Block a user