刷新验证码
This commit is contained in:
15
model/model.go
Normal file
15
model/model.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package model
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
SessionKey = "jxCode"
|
||||
)
|
||||
|
||||
type ModelIDCULD struct {
|
||||
ID int `json:"id"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
LastOperator string `json:"last_operator"`
|
||||
DeletedAt time.Time `json:"deleted_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user