feat:增加科技产品数据模型管理
This commit is contained in:
@ -174,6 +174,11 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
technologyV1.POST("/equipment/add", _api.EquipmentAdd)
|
||||
technologyV1.POST("/equipment/edit", _api.EquipmentEdit)
|
||||
technologyV1.POST("/equipment/delete", _api.EquipmentDelete)
|
||||
technologyV1.POST("/product", _api.Product)
|
||||
technologyV1.POST("/product/add", _api.ProductAdd)
|
||||
technologyV1.POST("/product/edit", _api.ProductEdit)
|
||||
technologyV1.POST("/product/shelf", _api.ProductShelf)
|
||||
technologyV1.POST("/product/delete", _api.ProductDelete)
|
||||
}
|
||||
// Identity 身份信息
|
||||
identityV1 := v1.Group("/config")
|
||||
|
Reference in New Issue
Block a user