sys messaged
This commit is contained in:
@@ -2,6 +2,10 @@ package model
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
SysGroupID = 666666
|
||||
)
|
||||
|
||||
type OperateEvent struct {
|
||||
ID int64 `orm:"column(id)" json:"id"`
|
||||
CreatedAt time.Time `orm:"auto_now_add;type(datetime)" json:"createdAt"`
|
||||
|
||||
Reference in New Issue
Block a user