feat:完善信息
This commit is contained in:
@ -522,10 +522,12 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
{
|
||||
_api := new(api3.Technology)
|
||||
technologyV1.POST("/paper", _api.Paper)
|
||||
technologyV1.POST("/paper/select", _api.PaperSelect)
|
||||
technologyV1.POST("/paper/add", _api.PaperAdd)
|
||||
technologyV1.POST("/paper/edit", _api.PaperEdit)
|
||||
technologyV1.POST("/paper/delete", _api.PaperDelete)
|
||||
technologyV1.POST("/patent", _api.Patent)
|
||||
technologyV1.POST("/patent/select", _api.PatentSelect)
|
||||
technologyV1.POST("/patent/detail", _api.PatentDetail)
|
||||
technologyV1.POST("/patent/add", _api.PatentAdd)
|
||||
technologyV1.POST("/patent/edit", _api.PatentEdit)
|
||||
|
Reference in New Issue
Block a user