feat:完善项目管理,增加网站活动管理

This commit is contained in:
henry
2021-12-15 17:36:56 +08:00
parent ba62a25e4b
commit a59759379c
13 changed files with 281 additions and 26 deletions

View File

@ -134,6 +134,9 @@ func initModel() {
&synchronized{iModel: model.NewTechnologyPaper()}, &synchronized{iModel: model.NewTechnologyProduct()},
&synchronized{iModel: model.NewTechnologyProject()}, &synchronized{iModel: model.NewTechnologyTopic()},
&synchronized{iModel: model.NewServiceDocking()},
// 活动管理
&synchronized{iModel: model.NewActivityInstance()}, &synchronized{iModel: model.NewActivityApply()},
&synchronized{iModel: model.NewActivityExamine()}, &synchronized{iModel: model.NewActivityJoin()},
)
}
func initCacheMode() {