feat:完善网站信息,增加案例解决方案数据管理
This commit is contained in:
11
app/api/website/model/sys_banner.go
Normal file
11
app/api/website/model/sys_banner.go
Normal file
@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import "SciencesServer/app/common/model"
|
||||
|
||||
type SysBanner struct {
|
||||
*model.SysBanner
|
||||
}
|
||||
|
||||
func NewSysBanner() *SysBanner {
|
||||
return &SysBanner{model.NewSysBanner()}
|
||||
}
|
Reference in New Issue
Block a user