parent
3ae524293c
commit
68c6633742
@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type Ipblack struct{
|
||||
ID uint `gorm:"primary_key" json:"id"`
|
||||
IP string `json:"ip"`
|
||||
KefuId string `json:"kefu_id"`
|
||||
CreateAt time.Time `json:"create_at"`
|
||||
}
|
Loading…
Reference in new issue