sys messaged

This commit is contained in:
苏尹岚
2020-11-23 09:37:11 +08:00
parent f265cd4053
commit 9793d1b274
5 changed files with 65 additions and 3 deletions

View File

@@ -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"`