系统日志服务写入
This commit is contained in:
12
api/admin/v1/log.go
Normal file
12
api/admin/v1/log.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"github.com/ayflying/utility_go/internal/model/entity"
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
type SystemLog struct {
|
||||
entity.SystemLog
|
||||
Data g.Map `json:"data" dc:"操作数据"`
|
||||
//Post g.Map `json:"post" dc:"提交数据"`
|
||||
}
|
||||
Reference in New Issue
Block a user