feat:完善项目管理,增加技术成果数据
This commit is contained in:
13
app/api/website/controller/activity.go
Normal file
13
app/api/website/controller/activity.go
Normal file
@ -0,0 +1,13 @@
|
||||
package controller
|
||||
|
||||
type Activity struct{}
|
||||
|
||||
type ActivityHandle func() *Activity
|
||||
|
||||
func (c *Activity) Instance(title, page, pageSize int) {
|
||||
|
||||
}
|
||||
|
||||
func NewActivity() ActivityHandle {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user