feat: management && notify
This commit is contained in:
9
models/notify.go
Normal file
9
models/notify.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import "time"
|
||||
|
||||
type BackNotification struct {
|
||||
Time time.Time `json:"time"`
|
||||
Kind int `json:"kind"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
Reference in New Issue
Block a user