feat:完善信息
This commit is contained in:
13
app/api/manage/model/sys_log.go
Normal file
13
app/api/manage/model/sys_log.go
Normal file
@ -0,0 +1,13 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
model2 "SciencesServer/app/common/model"
|
||||
)
|
||||
|
||||
type SysLog struct {
|
||||
*model2.SysLog
|
||||
}
|
||||
|
||||
func NewSysLog() *SysLog {
|
||||
return &SysLog{}
|
||||
}
|
Reference in New Issue
Block a user