feat:完善网站信息,增加创新服务数据模型
This commit is contained in:
11
app/api/website/model/sys_about.go
Normal file
11
app/api/website/model/sys_about.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type SysAbout struct {
|
||||
*model.SysAbout
|
||||
}
|
||||
|
||||
func NewSysAbout() *SysAbout {
|
||||
return &SysAbout{model.NewSysAbout()}
|
||||
}
|
Reference in New Issue
Block a user