feat:完善项目管理,增加科研机构下实验室列表信息

This commit is contained in:
henry
2021-12-13 10:55:53 +08:00
parent fdcd46bf49
commit b9cc39d37a
11 changed files with 216 additions and 10 deletions

View File

@ -244,6 +244,7 @@ func registerEnterpriseAPI(app *gin.Engine) {
manageV1.POST("/company/detail", _api.CompanyDetail)
manageV1.POST("/company/product", _api.CompanyProduct)
manageV1.POST("/expert", _api.Expert)
manageV1.POST("/research/laboratory", _api.ResearchLaboratory)
}
// Activity 活动信息
activityV1 := v1.Group("/activity")