feat:完善项目信息
This commit is contained in:
12
app/api/admin/model/sys_user_examine_log.go
Normal file
12
app/api/admin/model/sys_user_examine_log.go
Normal file
@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
// SysUserExamineLog 用户审核数据
|
||||
type SysUserExamineLog struct {
|
||||
*model.SysUserExamineLog
|
||||
}
|
||||
|
||||
func NewSysUserExamineLog() *SysUserExamineLog {
|
||||
return &SysUserExamineLog{model.NewSysUserExamineLog()}
|
||||
}
|
Reference in New Issue
Block a user