feat:完善项目管理,增加技术成果数据

This commit is contained in:
henry
2021-12-14 13:34:42 +08:00
parent 3bb8f96d84
commit 3c55143278
11 changed files with 542 additions and 2 deletions

View 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
}